@lamnhan/nguix-starter
v0.0.17
Published
The Angular Starter UI/UX kit.
Downloads
26
Readme
@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 | |
| Class | Description | | ----------------------------------------------------------------------------------------------------------------------- | ----------- | | AccountComponent | | | AvatarComponent | | | AvatarEditorComponent | | | ContentComponent | | | CoverComponent | | | CoverEditorComponent | | | FooterComponent | | | Header2ndComponent | | | HeaderComponent | | | IconComponent | | | ImageCropperComponent | | | LoginComponent | | | NavIndicatorComponent | | | NetworkIndicatorComponent | | | OopsComponent | | | PostComponent | | | PostsComponent | | | PwaBoxComponent | | | PwaReminderComponent | | | RegisterComponent | | | ShareComponent | | | SkeletonPostComponent | | | SkeletonPostsComponent | | | SkeletonVideoComponent | | | SkeletonVideosComponent | | | SpinnerComponent | | | TabsComponent | | | TextEditorComponent | | | VideoComponent | | | VideoPlayerComponent | | | VideosComponent | |
License
@lamnhan/nguix-starter is released under the MIT license.
