1
1
# Demo of Ionic v1 with AngularJS 1.5
2
2
3
3
This project demonstrates an updated [ Ionic v1] ( https://ionicframework.com/docs/v1/ ) project that uses the
4
- latest [ XLTS for AngularJS 1.5.x] ( https://xlts.dev/angularjs ) release (` 1.5.13 ` ) rather than the ` 1.5.3 ` version
4
+ latest [ XLTS for AngularJS 1.5.x] ( https://xlts.dev/angularjs ) release (` 1.5.17 ` ) rather than the ` 1.5.11 ` version
5
5
that ships with the Ionic v1 SDK. It also makes use of
6
- [ XLTS for AngularJS Material 1.1.x] ( https://material.angularjs.xlts.dev/1.1.28/ ) (` 1.1.28 ` ).
6
+ [ XLTS for AngularJS Material 1.1.x] ( https://material.angularjs.xlts.dev/1.1.28/ ) (` 1.1.30 ` ).
7
7
8
8
## Package Management
9
9
@@ -12,6 +12,9 @@ The project uses [NPM](https://www.npmjs.com/) instead of the
12
12
[ tools/populate-lib.sh] ( tools/populate-lib.sh ) script to copy library files from ` node_modules/ ` to
13
13
` www/lib/ ` .
14
14
15
+ ## Angular LTS support
16
+ If you want to use the LTS packages, you have to run ` npm run switch-to-lts-packages ` script instead of ` npm i ` .
17
+
15
18
## Styling
16
19
17
20
The project uses to the latest ` sass ` package and removes the use of the deprecated ` node-sass ` package. This
0 commit comments