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

angular2-loaders-css

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

angular2-loaders-css - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

5

package.json
{
"name": "angular2-loaders-css",
"version": "1.0.1",
"version": "1.0.2",
"description": "Angular 2 directive for Loaders.css",

@@ -18,2 +18,5 @@ "main": "index.js",

"license": "MIT",
"dependencies": {
"loaders.css": "^0.1.2"
},
"devDependencies": {

@@ -20,0 +23,0 @@ "typescript": "^1.8.10",

11

README.md

@@ -18,5 +18,12 @@ # Angular 2 Loaders.css spinners

Just run `npm install angular2-loaders-css --save`
- run `npm install angular2-loaders-css --save`
- link [Loaders.css](https://github.com/ConnorAtherton/loaders.css) stylesheet to your document - you can find it in /node_modules/loaders.css/, e.g. add this in your html-document:
Make sure you have [Loaders.css](https://github.com/ConnorAtherton/loaders.css) installed and its CSS is linked.
```
<link rel="stylesheet" href="node_modules/loaders.css/loaders.min.css">
```
or import it in app.scss, e.g.:
```
@import "node_modules/loaders.css/src/loaders";
```

@@ -23,0 +30,0 @@

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