@penkz/angular-components
TypeScript icon, indicating that this package has built-in type declarations

0.0.2 • Public • Published

#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

Package Sidebar

Install

npm i @penkz/angular-components

Weekly Downloads

1

Version

0.0.2

License

none

Unpacked Size

2.78 MB

Total Files

194

Last publish

Collaborators

  • penkz