ng-extensions
TypeScript icon, indicating that this package has built-in type declarations

3.2.1 • Public • Published

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 🚧

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

Readme

Keywords

none

Package Sidebar

Install

npm i ng-extensions

Weekly Downloads

11

Version

3.2.1

License

MIT

Unpacked Size

1.59 MB

Total Files

218

Last publish

Collaborators

  • dnagl.dev