@notiz/ngx-design
TypeScript icon, indicating that this package has built-in type declarations

0.0.1 • Public • Published

@notiz/ngx-design

Design components for notiz.dev for Angular 9.

📦 Installation

npm install --save @notiz/ngx-design

🔨 Usage

Import the modules into your components for example NizTabsModule.

import { BrowserModule } from '@angular/platform-browser';
import { NgModule } from '@angular/core';

import { AppComponent } from './app.component';
import { NizTabsModule } from '@notiz/ngx-design';
import { AppRoutingModule } from './app-routing.module';

@NgModule({
  declarations: [AppComponent],
  imports: [BrowserModule, AppRoutingModule, NizTabsModule],
  providers: [],
  bootstrap: [AppComponent],
})
export class AppModule {}

Now use the component niz-tabs in your template:

<niz-tabs>
  <router-outlet></router-outlet>
</niz-tabs>

Readme

Keywords

none

Package Sidebar

Install

npm i @notiz/ngx-design

Weekly Downloads

42

Version

0.0.1

License

none

Unpacked Size

99.7 kB

Total Files

29

Last publish

Collaborators

  • garygrossgarten
  • marcjulian