Cyberpull Wiki

...a new world...

User Tools

Site Tools


opensource:ngsuite

This is an old revision of the document!


NGSuite Angular Library

NGSuite provides powerful angular components, services, directives, pipes and many more features for building awesome applications.

Prerequisites

To use the NGSuite library, you should be familiar with the following:

Installation

npm i @ngsuite/ngsuite

Usage

import { NgModule } from '@angular/core';
import { NGSuiteModule } from '@ngsuite/ngsuite';
 
 
@NgModule({
  ...
  imports: [
    ...
    NGSuiteModule.forRoot()
  ],
  ...
})
export class AppModule { }

Topics

opensource/ngsuite.1679219511.txt.gz · Last modified: 2023/03/19 09:51 by christian