ng-tutorials
v2.0.0
Published
An npm package for tutorials
Downloads
13
Readme
ng-tutorials
An Angular library for reusable tutorial components and services.
Features
- TutorialChipComponent: Easily display tutorial chips in your Angular app.
- TutorialService: Manage and provide tutorial data.
Installation
npm install ng-tutorialsUsage
Import the module and use the component/service in your Angular project:
import { TutorialChipComponent, TutorialService } from 'ng-tutorials';Example
Add <app-tutorial-chip></app-tutorial-chip> to your template.
Inject TutorialService in your component:
constructor(private tutorialService: TutorialService) {}Development
- Build:
npm run build - Test:
npm run test - Publish:
npm publish --access public
Repository
Author
Ganesh Mane
License
MIT
