We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35d58b2 commit f4e8f65Copy full SHA for f4e8f65
templates/service.handlebars
@@ -7,8 +7,8 @@ import { Injectable } from '@angular/core';
7
import { firstValueFrom } from 'rxjs';
8
{{else}}
9
import { Observable } from 'rxjs';
10
-{{/if}}
11
import { map } from 'rxjs/operators';
+{{/if}}
12
13
import { {{baseServiceClass}} } from '../{{baseServiceFile}}';
14
import { {{configurationClass}} } from '../{{configurationFile}}';
0 commit comments