Licence
MIT
Version
18.0.12
Deps
1
Size
56 kB
Vulns
0
Weekly
0
Firestitch Radio Group
How to use
git clone https://github.com/Firestitch/fs-radio-group.git
cd fs-radio-goup
git submodule init
git submodule update
npm install
npm run serve
For create your own library just start coding into ./src folder and test how it works in
./playground. They are separated angular modules for library sources and testing.
Folders in src folder must contain index.ts files which contain exports for all your components/services and etc. like in this example.
Commands:
npm run serve- Starts the playground web servernpm run lint- Validates the packagenpm run release- Builds the release directory for publishing to NPM