3.2.1 • Published 4 years ago

ng-extensions v3.2.1

Weekly downloads
62
License
MIT
Repository
github
Last release
4 years ago

NgExtensions

Build GitHub contributors GitHub NPM Version NPM Downloads Snyk Vulnerabilities for npm package

Project

This library provides multiple controls, pipes and providers which can be used in any Angular project.

Demo :construction:

A demo project will be available soon ...

Docs

The documentation can be found in the doc directory in the repository. GitHub

Issues, Bugs and Contribution

When finding a bug or issue or if you have ideas for enhancements, just create a new issue for this project. If you are confident that you are able to fix your findings or any other issue in the backlog, feel free to contribute to this project.

Features

The following features can be found in this project.


Installation

The installation of the package can be done with npm.

npm i ng-extensions

The page for the package can be found here: ng-extensions@npmjs

Usage

All components, and pipes can be used when adding this line to your NgModule of your application.

@NgModule({
  ...
  imports: [
    NgExtensionModule
  ],
  ...
})
export class MyApplicationModule {}

Build

Run the following steps to build the project locally.

  • npm install -g @angular\cli
  • npm install
  • ng build for development and ng build --prod for production
  • ng serve for running the demo project locally
3.2.1

4 years ago

3.1.1

4 years ago

3.0.5

4 years ago

3.0.4

4 years ago

3.0.3

4 years ago

3.0.2

4 years ago

3.0.1

4 years ago

2.0.1

4 years ago

1.1.2

4 years ago

1.1.1

4 years ago

1.0.1

4 years ago

0.7.1

4 years ago

0.6.4

4 years ago

0.6.3

4 years ago

0.6.2

4 years ago

0.6.1

4 years ago

0.5.3

4 years ago

0.5.2

4 years ago

0.5.1

4 years ago

0.4.2

4 years ago

0.2.1

4 years ago

0.4.1

4 years ago

0.3.1

4 years ago

0.1.1

4 years ago

0.0.1

4 years ago