Skip to content

Commit

Permalink
Merge pull request #14 from jannicz/rc-1.3
Browse files Browse the repository at this point in the history
Prepare Release 1.3
  • Loading branch information
jannicz authored Dec 2, 2018
2 parents c286069 + 0f32cbc commit 7b48337
Show file tree
Hide file tree
Showing 26 changed files with 47,997 additions and 40,040 deletions.
16 changes: 7 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# SVG icon sprite package for Angular 6
# SVG icon sprite package for Angular 7

This [npm module](https://www.npmjs.com/package/ng-svg-icon-sprite) in Angular package format provides both a solution for generating SVG sprites and a component for including them.

Expand All @@ -21,13 +21,13 @@ The support of the native package format brought breaking changes in 1.1, to upd
## Use Cases

- include single-color icons from a sprite
- fill icons dynamically via CSS (i.e. hover/focus effects)
- fill icons dynamically via CSS (i.e. hover, focus effects)
- scale icons dynamically

## Installation

After installing the package via `npm i ng-svg-icon-sprite -S` you can import it into any application’s
app.module.ts by simply including it in its `@NgModule` imports array:
After installing the package via `npm i ng-svg-icon-sprite -D` as dev dependency you can import it into
any application’s app.module.ts by simply including it in its `@NgModule` imports array:

```javascript
import { IconSpriteModule } from 'ng-svg-icon-sprite'; // <-- here
Expand Down Expand Up @@ -219,11 +219,9 @@ svg4everybody();

## Compatible Angular versions

This library is optimized for Angular 6.x. If you still run Angular 4 or 5, please use ng-svg-icon-sprite in version 0.8 or below.

## For Development

To serve the root project (ng-svg-icon-sprite-app) don't forget to execute `build:lib` first. Afterwards you can run `start`.
This library is optimized for Angular 7.x. For older Angular versions use ng-svg-icon-sprite:
- 1.2 (Angular 6)
- 0.8 (Angular 4 or 5)

## Author & License
- Jan Suwart | MIT License
399 changes: 0 additions & 399 deletions docs/3rdpartylicenses.txt

This file was deleted.

122 changes: 57 additions & 65 deletions docs/main.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/main.js.map

Large diffs are not rendered by default.

53 changes: 37 additions & 16 deletions docs/polyfills.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/polyfills.js.map

Large diffs are not rendered by default.

27 changes: 22 additions & 5 deletions docs/runtime.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 7b48337

Please sign in to comment.