mirror of
https://github.com/richard-loafle/fuse-angular.git
synced 2025-12-20 17:17:12 +00:00
First pass through updating standalone components.
This commit is contained in:
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user