0.0.17 • Published 4 years ago
@lamnhan/nguix-starter v0.0.17
@lamnhan/nguix-starter
My starter Angular UI kit.
Getting started
Homepage: https://nguix-starter.lamnhan.com
Installation
Install theming, @unistylus/core:
npm i @unistylus/{core,bootstrap}Install data models, @lamnhan/schemata:
npm i @lamnhan/{schemata,ngx-schemata}Install utilities, @lamnhan/ngx-useful:
npm i @lamnhan/ngx-usefulInstall NGUIX library, @lamnhan/nguix-starter:
npm i @lamnhan/nguix-starterBasic usage
Use a component:
// import the module --> app.module.ts
import { NguixHeaderComponentModule } from "@lamnhan/nguix-starter";<!-- use the component ~~> app.component.html -->
<nguix-header></nguix-header>Use a page:
// define a route --> app-routing.module.ts
const routes: Routes = [
{
path: "**",
loadChildren: () =>
import("@lamnhan/nguix-starter").then((m) => m.NguixOopsPageModule),
},
];See guides for more articles. Also see the list of components, pages, splashscreens.
Also, visit the homepage.
| Class | Description |
|---|---|
| NguixStarterI18nModule | |
| NguixStarterModule |
License
@lamnhan/nguix-starter is released under the MIT license.