@lamnhan/nguix-starter
TypeScript icon, indicating that this package has built-in type declarations

0.0.17 • Public • Published

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

Modules

Class Description
NguixStarterI18nModule
NguixStarterModule

Components

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

Services

Pipes

License

@lamnhan/nguix-starter is released under the MIT license.

Package Sidebar

Install

npm i @lamnhan/nguix-starter

Homepage

lamnhan.com

Weekly Downloads

0

Version

0.0.17

License

MIT

Unpacked Size

1.92 MB

Total Files

235

Last publish

Collaborators

  • lamnhan