First pass through updating standalone components.

This commit is contained in:
Sercan Yemen
2023-05-04 11:37:40 +03:00
parent 715ab6a3aa
commit b2cb20634e
573 changed files with 14143 additions and 11263 deletions

View File

@@ -1,9 +1,13 @@
import { Component } from '@angular/core';
import { MatButtonModule } from '@angular/material/button';
import { MatIconModule } from '@angular/material/icon';
import { GuidesComponent } from 'app/modules/admin/docs/guides/guides.component';
@Component({
selector : 'jwt',
templateUrl: './jwt.html'
templateUrl: './jwt.html',
standalone : true,
imports : [MatIconModule, MatButtonModule],
})
export class JwtComponent
{