Skip to content

Commit

Permalink
fix: add providerIn
Browse files Browse the repository at this point in the history
  • Loading branch information
rdlabo committed Dec 30, 2018
1 parent 1940e30 commit 1e5dad9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/providers/wordpress/wordpress.ts
Expand Up @@ -7,7 +7,9 @@ import { IPost, ICategory, IPostParams, ITag, IAuthor, ISite } from '@/interface
import { Observable } from 'rxjs';
import { map } from 'rxjs/operators';

@Injectable()
@Injectable({
providedIn: 'root',
})
export class WordpressProvider {
constructor(public http: HttpClient, public sanitizer: DomSanitizer, public alertCtrl: AlertController) {}

Expand Down

0 comments on commit 1e5dad9

Please sign in to comment.