AW-6526 update angular 21
Some checks failed
FarmMaps.Develop/FarmMapsLib/pipeline/head There was a failure building this commit
Some checks failed
FarmMaps.Develop/FarmMapsLib/pipeline/head There was a failure building this commit
This commit is contained in:
@@ -1,9 +1,8 @@
|
||||
import { Component, OnInit, Input } from '@angular/core';
|
||||
|
||||
import { IUser } from '../../models/user';
|
||||
import {Store} from '@ngrx/store';
|
||||
import * as appReducers from '../../reducers/app-common.reducer';
|
||||
import { Component, Input, OnInit } from '@angular/core';
|
||||
import { Store } from '@ngrx/store';
|
||||
import * as appActions from '../../actions/app-common.actions';
|
||||
import { IUser } from '../../models/user';
|
||||
import * as appReducers from '../../reducers/app-common.reducer';
|
||||
|
||||
@Component({
|
||||
selector: 'fm-app-menu',
|
||||
@@ -34,5 +33,4 @@ export class AppMenuComponent implements OnInit {
|
||||
deActivateRoute() {
|
||||
this.noContent=true;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user