build: fix build and add examples

This commit is contained in:
2025-02-05 23:55:00 +08:00
parent f00c1d1aef
commit 58d7b3c89e
127 changed files with 1340 additions and 3841 deletions

View File

@@ -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';

View File

@@ -1,4 +1,4 @@
import { Injectable } from 'injection-js';
import { Injectable } from '@outposts/injection-js';
import type { OpenIdConfiguration } from '../config/openid-configuration';
@Injectable()