New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

materialize-angular-testing

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

materialize-angular-testing

## Install npm install materialize-angular

latest
npmnpm
Version
0.0.1
Version published
Maintainers
1
Created
Source

Materialize Angular

Install

npm install materialize-angular

Add to angular project

angular.json -> { ... "projects": { [your-project-name]: { ... "architect": { ... "build": { ... "options": { ... "assets": [ ... { "glob": "**/*", "input": "./node_modules/materialize-angular/fonts/assets", "output": "src/assets/fonts/" } ... ] ... } ... } ... } ... } } ... }

Add Styles

styles.scss ->

$materialize-fonts-path: '../node_modules/materialize-angular/fonts/assets'; @import 'materialize-angular/styles/materialize-angular.scss';

FAQs

Package last updated on 07 Jul 2019

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