File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change
1
+ import { AboutModalComponent } from '../about-modal/about-modal.component' ;
1
2
import { ActuatorInformationService } from 'src/app/service/Actuator/ActuatorInformation.service' ;
2
3
import { AfterViewInit , Component , OnInit } from '@angular/core' ;
3
4
import { FeatureProviderService } from 'src/app/service/FeatureProvider.service' ;
4
5
import { FeatureService } from '../../../service/Feature.service' ;
5
6
import { IUserProfile } from '../../../shared/models/user/user-profile.interface' ;
6
- import { OAuthService } from 'angular-oauth2-oidc' ;
7
7
import { MatDialog } from '@angular/material/dialog' ;
8
- import { AboutModalComponent } from '../about-modal/about-modal.component ' ;
8
+ import { OAuthService } from 'angular-oauth2-oidc ' ;
9
9
10
10
@Component ( {
11
11
selector : 'num-dataportal-header' ,
You can’t perform that action at this time.
0 commit comments