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

@e11/angular

Package Overview
Dependencies
Maintainers
4
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@e11/angular

Do `npm i @e11/angular --save` to install the latest build

  • 1.1.4
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
4
Created
Source

E11Angular

Install

Do npm i @e11/angular --save to install the latest build

Then import the styles in your app with @import '@e11/angular/theme/core.theme';

and include the default theme with @include e11-default-theme();

And lastly import the module in your AppModule or SharedModule like this:

import { NgModule } from '@angular/core';

import { E11AngularModule } from '@e11/angular';

@NgModule({
  declarations: [
    AppComponent
  ],
  imports: [
    E11AngularModule
  ],
  providers: [],
  bootstrap: [AppComponent]
})
export class AppModule { }

Components in library

  • Alerts alerts
  • Progress-bar progress-bar
  • Loading Spinner spinner
  • Slide Toggle toggle

Services in library

  • Alert used to manage the alerts component
  • Language used to manage languages in the local storage

Override style

You should check the _variables.theme.scss file, and in your styles override any variable you want:

:root {
  --e11-color-primary: red;
}

FAQs

Package last updated on 15 Jul 2020

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