@angular-wave/angular.ts 0.0.44 → 0.0.45
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 -1
- package/dist/angular-ts.esm.js +2 -2
- package/dist/angular-ts.umd.js +2 -2
- package/package.json +1 -1
- package/src/router/directives/directives.test.js +1 -1
- package/src/shared/jqlite/jqlite.js +751 -699
- package/src/shared/jqlite/jqlite.spec.js +0 -8
- package/src/shared/utils.js +3 -3
- package/src/src.test.js +1 -1
- package/src/types.js +2 -2
- package/types/shared/jqlite/jqlite.d.ts +46 -19
- package/types/shared/utils.d.ts +1 -1
- package/types/types.d.ts +2 -2
package/README.md
CHANGED
|
@@ -24,7 +24,7 @@ piece of cake.
|
|
|
24
24
|
|
|
25
25
|
#### Current state
|
|
26
26
|
|
|
27
|
-
AngularJS is a large codebase that evolved in its own ecosystem over a long period of time. This resulted in multiple layers of legacy dependencies spread across multiple modules. Current focus is to remove these layers one by one and updating documentation to the reflect these changes. Until then, feel free to rely on old documentation or raise a PR if you have a problem migrating.
|
|
27
|
+
AngularJS is a large codebase that evolved in its own ecosystem over a long period of time. This resulted in multiple layers of legacy dependencies spread across multiple modules. Current focus is to remove these layers one by one and incrementally updating internal documentation to the reflect these changes. Until then, feel free to rely on old documentation or raise a PR if you have a problem migrating. Although the core remains well-tested (4k unit/integration tests) and stable, this project is undergoing rapid changes, which means that its stage of development should be qualified as pre-alpha.
|
|
28
28
|
|
|
29
29
|
### Getting started
|
|
30
30
|
|