ngx-essentials-app

1.0.1 • Public • Published

Usage

  1. Install @premotec/ngx-essentials through npm package manager using the following command:

    npm i @premotec/ngx-essentials --save
  2. Add NgxSelectModule into your AppModule class. app.module.ts would look like this:

import {NgModule} from '@angular/core';
import {BrowserModule} from '@angular/platform-browser';
import {AppComponent} from './app.component';
import { NgxEssentialsModule } from '@premotec/ngx-essentials/';

@NgModule({
    imports: [BrowserModule, NgxEssentialsModule.forRoot()],
    declarations: [AppComponent],
    bootstrap: [AppComponent],
})
export class AppModule {
}
  1. Include Bootstrap styles. For example add to your index.html

    <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css">

Readme

Keywords

none

Package Sidebar

Install

npm i ngx-essentials-app

Weekly Downloads

1

Version

1.0.1

License

MIT

Unpacked Size

61.1 kB

Total Files

53

Last publish

Collaborators

  • nic1989