You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -71,12 +71,13 @@ npm run update | Update the project dependencies with ng update
71
71
* Modal and toasts (snakbar)!
72
72
* Responsive layout (flex layout module)
73
73
* SASS (most common used functions and mixins) and BEM styles
74
-
* Internationalization with ng-translate and ngx-translate-extract
74
+
* Internationalization with ng-translate and ngx-translate-extract. Also use cache busting for translation files with [webpack translate loader](https://github.com/ngx-translate/http-loader#angular-cliwebpack-translateloader-example)
75
75
* Lazy loading modules
76
76
* Service Workers
77
77
* Dynamic Imports
78
78
* More logical structure directory (from [here](https://itnext.io/choosing-a-highly-scalable-folder-structure-in-angular-d987de65ec7))
79
79
* Basic example library
80
+
* Scroll restoration and anchor examples
80
81
* Modernizr (browser features detection)
81
82
* Safari polyfill for date inputs (date-input-polyfill)
0 commit comments