build: fix build and add examples
This commit is contained in:
@@ -6,7 +6,7 @@ import type {
|
||||
HttpInterceptorFn,
|
||||
HttpRequest,
|
||||
} from '@ngify/http';
|
||||
import { Injectable, inject } from 'injection-js';
|
||||
import { Injectable, inject } from '@outposts/injection-js';
|
||||
import type { Observable } from 'rxjs';
|
||||
import { AuthStateService } from '../auth-state/auth-state.service';
|
||||
import { ConfigurationService } from '../config/config.service';
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import { Injectable } from 'injection-js';
|
||||
import { Injectable } from '@outposts/injection-js';
|
||||
import type { OpenIdConfiguration } from '../config/openid-configuration';
|
||||
|
||||
@Injectable()
|
||||
|
||||
Reference in New Issue
Block a user