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
+19Lines changed: 19 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -176,6 +176,7 @@ Guard
176
176
----
177
177
178
178
*[Installation](#installation)
179
+
*[Skeleton](#skeleton)
179
180
*[Callback](#callback)
180
181
*[Check](#check)
181
182
*[typeOf](#typeof)
@@ -207,6 +208,24 @@ Install `@angular-package/type` package with command:
207
208
npm i --save @angular-package/type
208
209
```
209
210
211
+
## Skeleton
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
214
+
215
+
```bash
216
+
ng new skeleton --create-application=false
217
+
```
218
+
219
+
Simply, copy this package to the folder of skeleton library `packages/type` then you can run commands below.
220
+
221
+
### Build
222
+
223
+
Run `ng build type` to build the project. The build artifacts will be stored in the `dist/` directory.
224
+
225
+
### Running unit tests
226
+
227
+
Run `ng test type` to execute the unit tests via [Karma](https://karma-runner.github.io).
228
+
210
229
## Callback
211
230
212
231
Default function to handle `callback` of [`ResultCallback`][resultcallback] type.
0 commit comments