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.
Files changed (2) hide show
  1. package/README.md +6 -17
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,24 +1,13 @@
1
1
  # ArtdataShared
2
2
 
3
- This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 8.2.0.
3
+ This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 12.2.9
4
4
 
5
- ## Code scaffolding
5
+ Use it with https://www.npmjs.com/package/slu-design-system to get the correct look
6
6
 
7
- Run `ng generate component component-name --project artdata-shared` to generate a new component. You can also use `ng generate directive|pipe|service|class|guard|interface|enum|module --project artdata-shared`.
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
- ## Build
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
- ## Running unit tests
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
- To get more help on the Angular CLI use `ng help` or go check out the [Angular CLI README](https://github.com/angular/angular-cli/blob/master/README.md).
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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "adb-shared",
3
- "version": "1.0.1",
3
+ "version": "1.0.2",
4
4
  "author": "ADB",
5
5
  "license": "ISC",
6
6
  "peerDependencies": {