0.0.17 • Published 2 years ago

@lamnhan/nguix-starter v0.0.17

Weekly downloads
7
License
MIT
Repository
github
Last release
2 years ago

@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-useful

Install NGUIX library, @lamnhan/nguix-starter:

npm i @lamnhan/nguix-starter

Basic 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.

ClassDescription
NguixStarterI18nModule
NguixStarterModule
ClassDescription
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.

0.0.17

2 years ago

0.0.16

3 years ago

0.0.15

3 years ago

0.0.14

3 years ago

0.0.13

3 years ago

0.0.12

3 years ago

0.0.10

3 years ago

0.0.11

3 years ago

0.0.9

3 years ago

0.0.8

3 years ago

0.0.7

3 years ago

0.0.6

3 years ago

0.0.5

3 years ago

0.0.4

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago