AW-6526 ng update @angular/core@19 @angular/cli@19
This commit is contained in:
@@ -7,9 +7,10 @@ import * as appReducers from '../../reducers/app-common.reducer';
|
||||
import * as appActions from '../../actions/app-common.actions';
|
||||
|
||||
@Component({
|
||||
selector: 'fm-help-menu',
|
||||
templateUrl: './help-menu.component.html',
|
||||
styleUrls: ['./help-menu.component.scss']
|
||||
selector: 'fm-help-menu',
|
||||
templateUrl: './help-menu.component.html',
|
||||
styleUrls: ['./help-menu.component.scss'],
|
||||
standalone: false
|
||||
})
|
||||
export class HelpMenuComponent implements OnInit {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user