Skip to content

Commit

Permalink
(chore) update version and package name
Browse files Browse the repository at this point in the history
  • Loading branch information
dreyliky committed Jan 22, 2023
1 parent 74391b3 commit 4488be8
Show file tree
Hide file tree
Showing 4 changed files with 3,879 additions and 104 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## ngx-async 🪄 [Angular 15+]
## ngx-async-directive 🪄 [Angular 15+]

# Idea

Expand All @@ -9,14 +9,14 @@ Directive allows you to work with Observable and visually represent its statuses
[StackBlitz example #2](https://stackblitz.com/edit/angular-ivy-4xbhy4?file=src%2Fapp%2Fitem-delete-button%2Fitem-delete-button.component.html)

# Installation
`npm install ngx-async --save`
`npm install ngx-async-directive --save`

# Get Started

Add `NgxAsyncModule` to your module.

```typescript
import { NgxAsyncModule } from 'ngx-async';
import { NgxAsyncModule } from 'ngx-async-directive';

@NgModule({
imports: [NgxAsyncModule]
Expand Down
Loading

0 comments on commit 4488be8

Please sign in to comment.