You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -210,13 +210,13 @@ npm i --save @angular-package/type
210
210
211
211
## Skeleton
212
212
213
-
This project was build with the library[skeleton](https://github.com/angular-package/skeleton), it's just simple generated by angular-cli library with the command
213
+
This project was built with the library[skeleton][skeleton] which is a simple library generated with the command below by the Angular-CLI.
214
214
215
215
```bash
216
216
ng new skeleton --create-application=false
217
217
```
218
218
219
-
Simply, copy this package to the folder of skeleton library `packages/type` then you can run commands below.
219
+
Copy this package to the folder of skeleton library `packages/type` then you can run commands below.
0 commit comments