WIP
This commit is contained in:
@@ -1,18 +1,18 @@
|
||||
import { Component } from '@angular/core';
|
||||
import { RouterModule } from '@angular/router';
|
||||
import { CoreService } from '../../../services/core.service';
|
||||
import { MaterialModule } from '../../../material.module';
|
||||
import { BrandingComponent } from '../../../layouts/full/vertical/sidebar/branding.component';
|
||||
|
||||
@Component({
|
||||
selector: 'app-side-two-steps',
|
||||
imports: [RouterModule, MaterialModule, BrandingComponent],
|
||||
templateUrl: './side-two-steps.component.html',
|
||||
})
|
||||
export class AppSideTwoStepsComponent {
|
||||
options: any;
|
||||
|
||||
constructor(private settings: CoreService) {
|
||||
this.options = this.settings.getOptions();
|
||||
}
|
||||
}
|
||||
import { Component } from '@angular/core';
|
||||
import { RouterModule } from '@angular/router';
|
||||
import { CoreService } from '../../../services/core.service';
|
||||
import { MaterialModule } from '../../../material.module';
|
||||
import { BrandingComponent } from '../../../layouts/full/vertical/sidebar/branding.component';
|
||||
|
||||
@Component({
|
||||
selector: 'app-side-two-steps',
|
||||
imports: [RouterModule, MaterialModule, BrandingComponent],
|
||||
templateUrl: './side-two-steps.component.html',
|
||||
})
|
||||
export class AppSideTwoStepsComponent {
|
||||
options: any;
|
||||
|
||||
constructor(private settings: CoreService) {
|
||||
this.options = this.settings.getOptions();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user