iss-ctrl
v0.0.2-beta-2
Published
1. Add the below code to main.ts file.
Readme
iss-Ctrl
Usage notes
- Add the below code to main.ts file.
import {applyPolyfills, defineCustomElements} from "basic-ui-components/loader";
applyPolyfills().then(() => { defineCustomElements(window).then(); });Add
provideAnimations()inapp.config.tsproviders array.Add the material style to angular json.
"@angular/material/prebuilt-themes/indigo-pink.css"- Import needed styles in the beginning of styles.scss file.
@import 'basic-ui-components/dist/assets/scss/base';
@import 'basic-ui-components/dist/assets/scss/bootstrap';