1.0.10 • Published 3 years ago

@ekipco/boilerplate v1.0.10

Weekly downloads
-
License
ISC
Repository
-
Last release
3 years ago

Angular Admin Panel Boilerplate

This project serves a boilerplate for admin panel projects.

npm install @ekipco/boilerplate

Tailwind installation

Run below command and its create your default tailwind.config.js file in root.

npx ekipco init

After that import ekipco styles to your main style file. (styles.scss)

@import "~@ekipco/boilerplate/theming";

Then you can use all tailwind features.

Transloco installation

You should provide the loader for translation files.

{
  provide: TRANSLOCO_LOADER,
  useClass: TranslocoHttpLoader
}

You can create an example loader through the below command.

npx ekipco create-transloco-loader
1.0.10

3 years ago

1.0.9

3 years ago

1.0.8

3 years ago

1.0.7

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago

0.0.1

3 years ago