Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@ekipco/boilerplate

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ekipco/boilerplate

Angular boilerplate for admin panel projects.

  • 1.0.10
  • latest
  • npm
  • Socket score

Version published
Weekly downloads
3
decreased by-75%
Maintainers
1
Weekly downloads
 
Created
Source

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

FAQs

Package last updated on 12 Mar 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc