mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-18 20:47:54 +00:00
fix sayings
This commit is contained in:
@@ -32,6 +32,7 @@ import { BackgroundService } from 'src/app/services/background.service';
|
||||
import { ThemeService } from 'src/app/services/theme.service'
|
||||
import { SessionStore } from 'src/app/store/session.service';
|
||||
import { PermissionService } from 'src/app/services/permission.service';
|
||||
import { environment } from 'src/environments/environment';
|
||||
|
||||
@Component({
|
||||
selector: 'app-agenda',
|
||||
@@ -164,7 +165,7 @@ export class AgendaPage implements OnInit {
|
||||
array = []
|
||||
|
||||
SessionStore = SessionStore;
|
||||
environment
|
||||
environment = environment
|
||||
|
||||
constructor(
|
||||
@Inject(LOCALE_ID) private locale: string,
|
||||
|
||||
Reference in New Issue
Block a user