Skip to content

Commit ce1a523

Browse files
Merge pull request #21 from angular-package/4.1.x
4.1.0
2 parents 05ed2b6 + 4226f2d commit ce1a523

File tree

250 files changed

+93
-16639
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

250 files changed

+93
-16639
lines changed

README.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -176,6 +176,7 @@ Guard
176176
----
177177

178178
* [Installation](#installation)
179+
* [Skeleton](#skeleton)
179180
* [Callback](#callback)
180181
* [Check](#check)
181182
* [typeOf](#typeof)
@@ -207,6 +208,24 @@ Install `@angular-package/type` package with command:
207208
npm i --save @angular-package/type
208209
```
209210

211+
## Skeleton
212+
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+
215+
```bash
216+
ng new skeleton --create-application=false
217+
```
218+
219+
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+
210229
## Callback
211230

212231
Default function to handle `callback` of [`ResultCallback`][resultcallback] type.
@@ -3108,6 +3127,8 @@ MIT © angular-package ([license][license])
31083127

31093128
----
31103129

3130+
[skeleton]: https://github.com/angular-package/skeleton
3131+
31113132
<!-- Changes -->
31123133
[new]: https://img.shields.io/badge/-new-green
31133134
[update]: https://img.shields.io/badge/-update-red

angular.json

Lines changed: 0 additions & 48 deletions
This file was deleted.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)