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

ip-image

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ip-image

Librería para gestionar la carga de imágenes.

latest
npmnpm
Version
1.0.1
Version published
Maintainers
1
Created
Source

Librería ip-mage

Librería para gestionar la carga de imágenes.

Instrucciones

Instalación

npm i ip-image

Instalación de dependencias necesarias

npm i --save @angular/cdk@8.2.0 npm i --save @angular/material@8.2.0 npm i --save material-icons@0.3.1

Angular material icons

En el archivo angular.json, de nuestro proyecto angular, debemos tener importados los iconos de angular material: ( a continuación de "styles":["src/styles.scss]) "./node_modules/material-icons/iconfont/material-icons.css"

Configuración

En el app.module.ts ( o en el módulo principal), tenemos que importar el módulo de la librería. import {ImageModule} from 'ip-image

Styles

En el archivo styles.scss, debemos importar: @import './../node_modules/ip-image/lib/styles/image.component.scss

FAQs

Package last updated on 06 May 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