Skip to content

Commit

Permalink
doc: rm docs
Browse files Browse the repository at this point in the history
  • Loading branch information
devcui committed Nov 7, 2024
1 parent 176a2cc commit 0d27d4a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/app/core/startup/startup.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ export class StartupService {
load(): Observable<void> {
const defaultLang = this.i18n.defaultLang;
// If http request allows anonymous access, you need to add `ALLOW_ANONYMOUS`:
// this.httpClient.get('assets/tmp/app-data.json', { context: new HttpContext().set(ALLOW_ANONYMOUS, true) })
return zip(this.i18n.loadLangData(defaultLang), this.httpClient.get('./assets/tmp/app-data.json')).pipe(
// 接收其他拦截器后产生的异常消息
catchError(res => {
Expand Down

0 comments on commit 0d27d4a

Please sign in to comment.