SlideShare a Scribd company logo
Future proof Angular 1.x
applications
Yannick Houbrix
Technical Expert at Axxes
@Sh33dafi
#AxxesCC
Why?
Angular 2
Easier migration path
Maintainability
Easier for new developers
Futureproof angular 1.x  applications - yannick houbrix
…
Futureproof angular 1.x  applications - yannick houbrix
Reduce external
dependencies
No need for global
dependencies
Windows, Linux & OS X
Shell +
Node executables +
Node scripts
Standard tasks
{

"scripts": {

"start": "webpack --config webpack/webpack.dev.js",

"test": "karma start --single-run",
}

}
Custom tasks
{

"scripts": {

"foo": "echo Here be foo”,

"hello": "node hello.js"

}

}
{

"scripts": {
"prebar": "echo PRE-BAR",

"bar": "echo BAR",

"postbar": "echo POST-BAR"

}

}
Lifecycle scripts
Futureproof angular 1.x  applications - yannick houbrix
Futureproof angular 1.x  applications - yannick houbrix
Futureproof angular 1.x  applications - yannick houbrix
Futureproof angular 1.x  applications - yannick houbrix
One tool to rule them all
Most bower dependencies
also a NPM package
Reduce external
dependencies
Use local npm registry
Proxy
prevent left-pad issues
Patched external
dependencies
BUT
NPM packages 

don’t work in browser
Futureproof angular 1.x  applications - yannick houbrix
…
Futureproof angular 1.x  applications - yannick houbrix
Javascript
HTML
CSS
Images
TRANSFORM
Webpack
bundle
Futureproof angular 1.x  applications - yannick houbrix
Futureproof angular 1.x  applications - yannick houbrix
Latest version of angular
(1.5.x)
Use Angular 2 insights
Eliminate $scope
controllerAs syntax
Component base
architecture
TypeScript
superset of javascript
• Type system
• Eliminate errors
• IDE Support
• Classes
• Modules
• ES6 Feature support
• Designed for enterprise applications
Try to keep framework and
business logic separated
import "angular";

import {HelloWorldService} from "./services/HelloWorldService";



angular.module("com.github.sh33dafi.app", [])

.service("HelloWorldService", HelloWorldService);
index.ts
export class HelloWorldService {

public sayHello(): string {

return "Hello world!";

}

}
HelloWorldService.ts
Futureproof angular 1.x  applications - yannick houbrix
TDD
WallabyJS
Productivity Boost
Not free :(
Good support
Futureproof angular 1.x  applications - yannick houbrix
#AxxesCC

More Related Content

PPTX
Testing of React JS app
PDF
Pitfalls in Performance Testing AxxesCC 06/2015
PDF
Viktor Turskyi "Effective NodeJS Application Development"
PDF
JHipster Conf 2018 : Connect your JHipster apps to the world of APIs with Ope...
PDF
Managing Complexity with Module::Release
PDF
PHP-VCR Lightningtalk
PDF
Никита Галкин "Testing in Frontend World"
PDF
PHP-VCR behat case study
Testing of React JS app
Pitfalls in Performance Testing AxxesCC 06/2015
Viktor Turskyi "Effective NodeJS Application Development"
JHipster Conf 2018 : Connect your JHipster apps to the world of APIs with Ope...
Managing Complexity with Module::Release
PHP-VCR Lightningtalk
Никита Галкин "Testing in Frontend World"
PHP-VCR behat case study

What's hot (20)

PPTX
Lets cook cucumber !!
PDF
Managing Modules Without Going Crazy (NPW 2007)
PDF
Евгений Жарков "React Native: Hurdle Race"
PPTX
Rare frontend testing
PPTX
Building high-performance web applications with Preact
PPTX
Concurrent Rendering Adventures in React 18
PDF
Jsconf asia pm2
PDF
Alexander Mostovenko "'Devide at impera' with GraphQL and SSR"
PDF
AdminBits & codequack.com
PPT
Springaopdecoded ajip
PPTX
ODP
Selenium cloud
PDF
Automated acceptance test
PDF
JSDC 2015 - TDD 的開發哲學,以 Node.js 為例
PDF
Jenkins to Gitlab - Intelligent Build-Pipelines
PDF
Automate Thyself
ZIP
Automated Frontend Testing
PDF
Jenkins Pipelines Advanced
PDF
Brief Intro to Phoenix - Elixir Meetup at BukaLapak
Lets cook cucumber !!
Managing Modules Without Going Crazy (NPW 2007)
Евгений Жарков "React Native: Hurdle Race"
Rare frontend testing
Building high-performance web applications with Preact
Concurrent Rendering Adventures in React 18
Jsconf asia pm2
Alexander Mostovenko "'Devide at impera' with GraphQL and SSR"
AdminBits & codequack.com
Springaopdecoded ajip
Selenium cloud
Automated acceptance test
JSDC 2015 - TDD 的開發哲學,以 Node.js 為例
Jenkins to Gitlab - Intelligent Build-Pipelines
Automate Thyself
Automated Frontend Testing
Jenkins Pipelines Advanced
Brief Intro to Phoenix - Elixir Meetup at BukaLapak
Ad

Viewers also liked (15)

PPTX
Axxes software development traineeship
PDF
Andrea-Resume
PDF
Align Associate - Simplify Business | Maximize Profits
PDF
Bowling City Business Plan with Financials
PPSX
Gil Li-ran trainings 2017
PPTX
Vocational training authority
PDF
Conferencia regional jrcls cdmx 2017
PDF
Security Basics - Internet Safety
PPTX
3 b eglutė
PDF
Cobra Criada
PPTX
EyeEM
PDF
Uncharted Animation Workflow
PDF
Webpack Tutorial, Uppsala JS
PDF
We're all in this together
PPTX
인코딩 발표
Axxes software development traineeship
Andrea-Resume
Align Associate - Simplify Business | Maximize Profits
Bowling City Business Plan with Financials
Gil Li-ran trainings 2017
Vocational training authority
Conferencia regional jrcls cdmx 2017
Security Basics - Internet Safety
3 b eglutė
Cobra Criada
EyeEM
Uncharted Animation Workflow
Webpack Tutorial, Uppsala JS
We're all in this together
인코딩 발표
Ad

Similar to Futureproof angular 1.x applications - yannick houbrix (20)

PDF
Angular, the New Angular JS
PDF
Angular 2 - How we got here?
PDF
Angular JS 2_0 BCS CTO_in_Res V3
ODP
Angular 6 - The Complete Guide
PDF
Angular 4 Tutorial For Beginners | Angular 4 Introduction | Angular 4 Trainin...
PPTX
Angular 2.0
PPTX
4 Anguadasdfasdasdfasdfsdfasdfaslar (1).pptx
PPTX
PPTX
Angular 2 with typescript
PPTX
Module 1.pptx Angular JS FRAMEWORK WEBDEVELOPMENT
PDF
Myths of Angular 2: What Angular Really Is
PDF
Quick introduction to Angular 4 for AngularJS 1.5 developers
PDF
The evolution of Angular 2 @ AngularJS Munich Meetup #5
PDF
5 Key Benefits of Migration
PPTX
AngularConf2016 - A leap of faith !?
PDF
PDF
The Angular road from 1.x to 2.0
PPTX
PPTX
AngularJS Introduction (Talk given on Aug 5 2013)
Angular, the New Angular JS
Angular 2 - How we got here?
Angular JS 2_0 BCS CTO_in_Res V3
Angular 6 - The Complete Guide
Angular 4 Tutorial For Beginners | Angular 4 Introduction | Angular 4 Trainin...
Angular 2.0
4 Anguadasdfasdasdfasdfsdfasdfaslar (1).pptx
Angular 2 with typescript
Module 1.pptx Angular JS FRAMEWORK WEBDEVELOPMENT
Myths of Angular 2: What Angular Really Is
Quick introduction to Angular 4 for AngularJS 1.5 developers
The evolution of Angular 2 @ AngularJS Munich Meetup #5
5 Key Benefits of Migration
AngularConf2016 - A leap of faith !?
The Angular road from 1.x to 2.0
AngularJS Introduction (Talk given on Aug 5 2013)

Recently uploaded (20)

PPTX
Big Data Technologies - Introduction.pptx
PDF
Advanced methodologies resolving dimensionality complications for autism neur...
PDF
Approach and Philosophy of On baking technology
PDF
7 ChatGPT Prompts to Help You Define Your Ideal Customer Profile.pdf
PDF
Profit Center Accounting in SAP S/4HANA, S4F28 Col11
PDF
MIND Revenue Release Quarter 2 2025 Press Release
PDF
Network Security Unit 5.pdf for BCA BBA.
PDF
Chapter 3 Spatial Domain Image Processing.pdf
PDF
Building Integrated photovoltaic BIPV_UPV.pdf
PDF
Reach Out and Touch Someone: Haptics and Empathic Computing
PDF
Empathic Computing: Creating Shared Understanding
PDF
How UI/UX Design Impacts User Retention in Mobile Apps.pdf
PPTX
20250228 LYD VKU AI Blended-Learning.pptx
PDF
Optimiser vos workloads AI/ML sur Amazon EC2 et AWS Graviton
PDF
Per capita expenditure prediction using model stacking based on satellite ima...
PPTX
KOM of Painting work and Equipment Insulation REV00 update 25-dec.pptx
PDF
Mobile App Security Testing_ A Comprehensive Guide.pdf
PDF
Encapsulation theory and applications.pdf
PPTX
Spectroscopy.pptx food analysis technology
PDF
Spectral efficient network and resource selection model in 5G networks
Big Data Technologies - Introduction.pptx
Advanced methodologies resolving dimensionality complications for autism neur...
Approach and Philosophy of On baking technology
7 ChatGPT Prompts to Help You Define Your Ideal Customer Profile.pdf
Profit Center Accounting in SAP S/4HANA, S4F28 Col11
MIND Revenue Release Quarter 2 2025 Press Release
Network Security Unit 5.pdf for BCA BBA.
Chapter 3 Spatial Domain Image Processing.pdf
Building Integrated photovoltaic BIPV_UPV.pdf
Reach Out and Touch Someone: Haptics and Empathic Computing
Empathic Computing: Creating Shared Understanding
How UI/UX Design Impacts User Retention in Mobile Apps.pdf
20250228 LYD VKU AI Blended-Learning.pptx
Optimiser vos workloads AI/ML sur Amazon EC2 et AWS Graviton
Per capita expenditure prediction using model stacking based on satellite ima...
KOM of Painting work and Equipment Insulation REV00 update 25-dec.pptx
Mobile App Security Testing_ A Comprehensive Guide.pdf
Encapsulation theory and applications.pdf
Spectroscopy.pptx food analysis technology
Spectral efficient network and resource selection model in 5G networks

Futureproof angular 1.x applications - yannick houbrix