adb-shared 1.0.1 → 1.0.2
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 +6 -17
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,24 +1,13 @@
|
|
|
1
1
|
# ArtdataShared
|
|
2
2
|
|
|
3
|
-
This
|
|
3
|
+
This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 12.2.9
|
|
4
4
|
|
|
5
|
-
|
|
5
|
+
Use it with https://www.npmjs.com/package/slu-design-system to get the correct look
|
|
6
6
|
|
|
7
|
-
|
|
8
|
-
> Note: Don't forget to add `--project artdata-shared` or else it will be added to the default project in your `angular.json` file.
|
|
7
|
+
## Development server
|
|
9
8
|
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
Run `ng build artdata-shared` to build the project. The build artifacts will be stored in the `dist/` directory.
|
|
13
|
-
|
|
14
|
-
## Publishing
|
|
15
|
-
|
|
16
|
-
After building your library with `ng build artdata-shared`, go to the dist folder `cd dist/artdata-shared` and run `npm publish`.
|
|
9
|
+
Run `start` for a dev server. Navigate to `http://localhost:4200/`. The app will automatically reload if you change any of the source files.
|
|
17
10
|
|
|
18
|
-
##
|
|
19
|
-
|
|
20
|
-
Run `ng test artdata-shared` to execute the unit tests via [Karma](https://karma-runner.github.io).
|
|
21
|
-
|
|
22
|
-
## Further help
|
|
11
|
+
## Build
|
|
23
12
|
|
|
24
|
-
|
|
13
|
+
Run `ng build` to build the project. The build artifacts will be stored in the `dist/` directory. Use the `--prod` flag for a production build.
|