@lucasferreiralsf/angular-frontend-library
TypeScript icon, indicating that this package has built-in type declarations

1.0.6 • Public • Published

Subway Angular Components Library

This is a set of custom Angular 7 components to easy the development of any Subway frontend project.

Installation

NPM

Run npm i @lucasferreiralsf/angular-frontend-library

YARN

Run yarn add @lucasferreiralsf/angular-frontend-library

Usage

Import SubwayComponentsLibraryModule in app.module

import { SubwayComponentsLibraryModule } from '@lucasferreiralsf/angular-frontend-library';


@NgModule({
  imports: [
    // ...
    SubwayComponentsLibraryModule
  ]
})

Import the main css in your root scss file.

/* You can add global styles to this file, and also import other style files */
@import '../node_modules/@lucasferreiralsf/angular-frontend-library/assets/styles/includes';

Readme

Keywords

Package Sidebar

Install

npm i @lucasferreiralsf/angular-frontend-library

Weekly Downloads

0

Version

1.0.6

License

SEE LICENSE IN LICENSE

Unpacked Size

833 kB

Total Files

89

Last publish

Collaborators

  • lucasferreiralsf