Are you ready to migrate your Angular1 project to Angular2? through this slides you will discover some tips that can make your current application better and ready for future migration. A link for reference project can be found inside.
1 of 90
More Related Content
How Angular2 Can Improve Your AngularJS Apps Today!
2. NIR KUFMN
Nir Kaufman
- Doing Angular for years
- Wrote a book about Angular2
- Play the electric Bass
Head of Angular Development @ 500Tech
*This picture have been retouched
the actual speaker may look different
31. <body>
<script src=“bundle.js"></script>
</body>
new index.html
import 'angular';
import 'angular-ui-router';
import './assets/index.css';
import services from './services/services.module';
import filters from './filters/filters.module'
import directives from './directives/directives.module';
import states from './states/state.module';
new index.js
90. THANKS
ROME 18-19 MARCH 2016
Nir@500tech.com
@nirkaufman on twitter
slideshare.net/nirkaufman/
github.com/nirkaufman
All pictures belong
to their respective authors