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-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@ Provides fast, reliable and extensible starter for the development of Angular 2
13
13
`angular2-seed` provides the following features:
14
14
15
15
- Allows you to painlessly update the seed tasks of your already existing project.
16
-
- Out of the box ServiceWorkers and AppCache support thanks to the integration with [angular/progressive](https://github.com/angular/progressive).
16
+
- Out of the box ServiceWorkers and AppCache support thanks to the integration with [angular/mobile-toolkit](https://github.com/angular/mobile-toolkit).
17
17
- Ready to go, statically typed build system using gulp for working with TypeScript.
18
18
- Production and development builds.
19
19
- Sample unit tests with Jasmine and Karma including code coverage via [istanbul](https://gotwarlost.github.io/istanbul/).
@@ -40,7 +40,7 @@ npm install
40
40
# watches your files and uses livereload by default
0 commit comments