Skip to content

Commit

Permalink
fix: css import and readme
Browse files Browse the repository at this point in the history
  • Loading branch information
artemnih committed Mar 30, 2022
1 parent d9fca4f commit 42e0d25
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,6 @@ import { NgxExplorerModule, DataService } from 'ngx-explorer';
export class AppModule { }
```
- Add `<nxe-explorer></nxe-explorer>` to the template
- Add css import `@import '~ngx-explorer/src/assets/icons/css/nxe.css'`

![explorer](docs/ss.png)
2 changes: 2 additions & 0 deletions projects/ngx-explorer/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,7 @@ import { NgxExplorerModule, DataService } from 'ngx-explorer';
})
export class AppModule { }
```
- Add `<nxe-explorer></nxe-explorer>` to the template
- Add css import `@import '~ngx-explorer/src/assets/icons/css/nxe.css'`

![explorer](docs/ss.png)
2 changes: 1 addition & 1 deletion projects/ngx-explorer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ngx-explorer",
"version": "0.2.0",
"version": "0.2.1",
"peerDependencies": {
"@angular/common": ">= 10.0.0",
"@angular/core": ">= 10.0.0",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
@import '../../../assets/icons/css/nxe.css';

.nxe-explorer {
display: flex;
flex-direction: column;
Expand Down

0 comments on commit 42e0d25

Please sign in to comment.