@penkz/angular-components
v0.0.2
Published
Angular Components is a library of components to ease angular websites development.
Downloads
5
Maintainers
Readme
#AngularComponents
This library was generated with Angular CLI version 7.2.0.
This is a library of components to ease angular websites development.
Tested Angular Versions
6, 7, 8, 9
Getting started
Step 1: Install AngularComponents
:
NPM
npm i @penkz/angular-components
Step 2: Import the AngularComponents:
import {AngularComponents} from '@penkz/angular-components';
@NgModule({
declarations: [AppComponent],
imports: [AngularComponents],
bootstrap: [AppComponent]
})
export class AppModule {}
Versioning
We use Semantic for versioning.
For the versions available, see the tags on this repository.