@angular-wave/angular.ts 0.0.40 → 0.0.41
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -0
- package/dist/angular-ts.esm.js +2 -2
- package/dist/angular-ts.umd.js +2 -2
- package/package.json +1 -1
- package/src/animations/animate-queue.js +7 -4
- package/src/core/compile/compile.js +4 -2
- package/src/core/compile/compile.spec.js +2 -43
- package/src/directive/include/include.js +5 -7
- package/src/directive/options/options.js +3 -3
- package/src/services/http/http.js +11 -7
- package/src/shared/jqlite/jqlite.js +336 -315
- package/src/shared/jqlite/jqlite.spec.js +74 -82
- package/src/types.js +13 -0
- package/types/animations/shared.d.ts +6 -1
- package/types/core/compile/compile.d.ts +2 -1
- package/types/directive/include/include.d.ts +2 -2
- package/types/services/document.d.ts +2 -1
- package/types/shared/jqlite/jqlite.d.ts +83 -21
- package/types/types.d.ts +34 -0
- package/types-back/index.d.ts +0 -56
- package/types-back/jqlite.d.ts +1 -40
package/README.md
CHANGED
|
@@ -2,6 +2,7 @@ AngularTS
|
|
|
2
2
|
--------------------
|
|
3
3
|
|
|
4
4
|

|
|
5
|
+
[](https://www.jsdelivr.com/package/npm/@angular-wave/angular.ts)
|
|
5
6
|
|
|
6
7
|
This project preserves, modernises and expands the original [AngularJS](https://github.com/angular/angular.js)
|
|
7
8
|
framework. While building on the core features of the original, AngularTS is not
|