Skip to content

Commit

Permalink
Initial 1.0.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
un33k committed May 29, 2018
1 parent 56d4da6 commit 3ced153
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 1.0.0

Release:

- Initial 1.0.0 release

## 0.0.2

Enhancements:
Expand Down
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
// in app.component.ts
import { Component, OnInit } from '@angular/core';
import { MatService } from '@nwx/mat';
import { SvgIcons } from './app.icons';

export const SvgFlagIcons = [
{
Expand Down Expand Up @@ -70,6 +69,11 @@ export class AppComponent implements OnInit {
<mat-icon color="primary" svgIcon="flags:ca"></mat-icon>
```

# Note

This module automatically includes flex-layout module as well.
Any module that needs angular material or angular flex-layout must import MatModule

# Running the tests

To run the tests against the current environment:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nwx/mat",
"version": "0.0.2",
"version": "1.0.0",
"repository": {
"type": "git",
"url": "git+https://github.com/neekware/nwx-mat.git"
Expand Down

0 comments on commit 3ced153

Please sign in to comment.