mirror of
https://github.com/GNS3/gns3-web-ui.git
synced 2025-06-18 14:58:15 +00:00
downgrade types/node
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
<h1 mat-dialog-title>Add new template</h1>
|
||||
|
||||
<mat-horizontal-stepper [linear]="false" #stepper>
|
||||
<mat-step [stepControl]="firstFormGroup">
|
||||
<mat-step>
|
||||
<ng-template matStepLabel>Please select how you want to create new template</ng-template>
|
||||
|
||||
<mat-radio-group class="radio-group">
|
||||
@ -15,7 +15,7 @@
|
||||
</div>
|
||||
</mat-step>
|
||||
|
||||
<mat-step [stepControl]="secondFormGroup">
|
||||
<mat-step>
|
||||
<ng-template matStepLabel>{{actionTitle}}</ng-template>
|
||||
|
||||
<mat-card [hidden]="!(action==='install')">
|
||||
|
@ -5,6 +5,7 @@ import { platformBrowserDynamic } from '@angular/platform-browser-dynamic';
|
||||
import { AppModule } from './app/app.module';
|
||||
import { environment } from './environments/environment';
|
||||
import { enableDebugTools } from '@angular/platform-browser';
|
||||
import '@angular/compiler';
|
||||
|
||||
if (environment.production) {
|
||||
enableProdMode();
|
||||
|
Reference in New Issue
Block a user