0.0.2 • Published 5 years ago

@penkz/angular-components v0.0.2

Weekly downloads
-
License
-
Repository
github
Last release
5 years ago

#AngularComponents

Git Hub Release

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.

Authors

npm.io