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