-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtodo.txt
23 lines (21 loc) · 1009 Bytes
/
todo.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
TODOs include:
- lazy loading for pages: https://github.com/brandonroberts/angular-router-loader
- requires to organize/bundle each page in a sperarate module (?)
-> see down below: bundling of modules
- authorization/login example
- i18n example
https://github.com/ngx-translate/core or https://angular.io/docs/ts/latest/cookbook/i18n.html
which way to go?
- forms example with custom validation
- Define Polyfills:
https://angular.io/docs/ts/latest/guide/browser-support.html#!#core-es6
- Build-Configuration
define tsconfig, webpack-config, etc
bundling of modules:
modules-basics: https://auth0.com/blog/javascript-module-systems-showdown/
Optimizing Chunks in webpack : https://github.com/webpack/docs/wiki/optimization#chunks
webpack-chunk-example: https://github.com/webpack/webpack/tree/master/examples/multiple-commons-chunks
Caching: https://webpack.js.org/guides/caching/
use of [chunkhash]
mimify, uglify, etc
HTML-Webpack-Plugin