@ukho/admiralty-angular 0.0.6 → 0.0.7--canary.7.32d2fce.0
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 +3 -25
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -1,27 +1,5 @@
|
|
|
1
|
-
#
|
|
1
|
+
# @ukho/admiralty-angular
|
|
2
2
|
|
|
3
|
-
This
|
|
3
|
+
This is the ADMIRALTY Design System Angular package that provides a library of UI Angular Components.
|
|
4
4
|
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
Run `ng serve` for a dev server. Navigate to `http://localhost:4200/`. The app will automatically reload if you change any of the source files.
|
|
8
|
-
|
|
9
|
-
## Code scaffolding
|
|
10
|
-
|
|
11
|
-
Run `ng generate component component-name` to generate a new component. You can also use `ng generate directive|pipe|service|class|guard|interface|enum|module`.
|
|
12
|
-
|
|
13
|
-
## Build
|
|
14
|
-
|
|
15
|
-
Run `ng build` to build the project. The build artifacts will be stored in the `dist/` directory.
|
|
16
|
-
|
|
17
|
-
## Running unit tests
|
|
18
|
-
|
|
19
|
-
Run `ng test` to execute the unit tests via [Karma](https://karma-runner.github.io).
|
|
20
|
-
|
|
21
|
-
## Running end-to-end tests
|
|
22
|
-
|
|
23
|
-
Run `ng e2e` to execute the end-to-end tests via a platform of your choice. To use this command, you need to first add a package that implements end-to-end testing capabilities.
|
|
24
|
-
|
|
25
|
-
## Further help
|
|
26
|
-
|
|
27
|
-
To get more help on the Angular CLI use `ng help` or go check out the [Angular CLI Overview and Command Reference](https://angular.io/cli) page.
|
|
5
|
+
For the non-Angular, Web Components-based package, please use `@ukho/admiralty-core`.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ukho/admiralty-angular",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.7--canary.7.32d2fce.0",
|
|
4
4
|
"typings": "index.d.ts",
|
|
5
5
|
"module": "fesm2015/ukho-admiralty-angular.mjs",
|
|
6
6
|
"es2020": "fesm2020/ukho-admiralty-angular.mjs",
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
"@angular/core": "^15.2.5"
|
|
13
13
|
},
|
|
14
14
|
"dependencies": {
|
|
15
|
-
"@ukho/admiralty-core": "^0.0.
|
|
15
|
+
"@ukho/admiralty-core": "^0.0.6",
|
|
16
16
|
"tslib": "^2.5.0"
|
|
17
17
|
},
|
|
18
18
|
"publishConfig": {
|