0.0.84 • Published 5 years ago

ng-department v0.0.84

Weekly downloads
285
License
-
Repository
-
Last release
5 years ago

How to generate project

Install/upgrade angular-cli

npm uninstall -g angular-cli
npm cache clean or npm cache verify (if npm > 5)

npm install -g @angular/cli@latest

Init an angular project using angular-cli

ng new ng-organization
	- no routing

Generate angular library

cd ng-organization
ng generate library ng-department

Build the library

ng build ng-department

Generate config

ng generate class model/DepartmentConfig --project=ng-department

Publish to npmjs.com

ng build ng-department

npm login
	- razvansimion
	- Passw0rd0139!
	- simionrazvan@gmail.com

cd .\dist\ng-department\
npm publish	

NgDepartment

This library was generated with Angular CLI version 8.0.1.

Code scaffolding

Run ng generate component component-name --project ng-department to generate a new component. You can also use ng generate directive|pipe|service|class|guard|interface|enum|module --project ng-department.

Note: Don't forget to add --project ng-department or else it will be added to the default project in your angular.json file.

Build

Run ng build ng-department to build the project. The build artifacts will be stored in the dist/ directory.

Publishing

After building your library with ng build ng-department, go to the dist folder cd dist/ng-department and run npm publish.

Running unit tests

Run ng test ng-department to execute the unit tests via Karma.

Further help

To get more help on the Angular CLI use ng help or go check out the Angular CLI README.

0.0.84

5 years ago

0.0.83

5 years ago

0.0.79

5 years ago

0.0.78

5 years ago

0.0.77

5 years ago

0.0.76

5 years ago

0.0.75

5 years ago

0.0.74

5 years ago

0.0.73

5 years ago

0.0.72

5 years ago

0.0.71

5 years ago

0.0.70

5 years ago

0.0.69

5 years ago

0.0.68

5 years ago

0.0.67

5 years ago

0.0.66

5 years ago

0.0.65

5 years ago

0.0.64

5 years ago

0.0.63

5 years ago

0.0.62

5 years ago

0.0.61

5 years ago

0.0.60

5 years ago

0.0.59

5 years ago

0.0.58

5 years ago

0.0.57

5 years ago

0.0.56

5 years ago

0.0.55

5 years ago

0.0.54

5 years ago

0.0.53

5 years ago

0.0.52

5 years ago

0.0.51

5 years ago

0.0.50

5 years ago

0.0.42

5 years ago

0.0.41

5 years ago

0.0.40

5 years ago

0.0.39

5 years ago

0.0.38

5 years ago

0.0.37

5 years ago

0.0.36

5 years ago

0.0.35

5 years ago

0.0.34

5 years ago

0.0.33

5 years ago

0.0.31

5 years ago

0.0.30

5 years ago

0.0.29

5 years ago

0.0.28

5 years ago

0.0.27

5 years ago

0.0.26

5 years ago

0.0.25

5 years ago

0.0.24

5 years ago

0.0.23

5 years ago

0.0.22

5 years ago

0.0.21

5 years ago

0.0.20

5 years ago

0.0.19

5 years ago

0.0.18

5 years ago

0.0.17

5 years ago

0.0.16

5 years ago

0.0.15

5 years ago

0.0.14

5 years ago

0.0.13

5 years ago

0.0.12

5 years ago

0.0.11

5 years ago

0.0.10

5 years ago

0.0.8

5 years ago

0.0.7

5 years ago

0.0.6

5 years ago

0.0.5

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago