Last change
on this file since 6a3a178 was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago |
initial commit
|
-
Property mode
set to
100644
|
File size:
337 bytes
|
Rev | Line | |
---|
[6a3a178] | 1 | A library is a type of project that does not run independently.
|
---|
| 2 | The library skeleton created by this command is placed by default in the `/projects` folder, and has `type` of "library".
|
---|
| 3 |
|
---|
| 4 | You can build a new library using the `ng build` command, run unit tests for it using the `ng test` command,
|
---|
| 5 | and lint it using the `ng lint` command.
|
---|
Note:
See
TracBrowser
for help on using the repository browser.