forked from tykayn/funky-framadate-front
default to hide menu
This commit is contained in:
parent
9057e890a4
commit
93ea161274
@ -6,7 +6,7 @@ import { Component, OnInit } from '@angular/core';
|
|||||||
styleUrls: ['./feedback.component.scss'],
|
styleUrls: ['./feedback.component.scss'],
|
||||||
})
|
})
|
||||||
export class FeedbackComponent implements OnInit {
|
export class FeedbackComponent implements OnInit {
|
||||||
private isOpen = true;
|
private isOpen = false;
|
||||||
|
|
||||||
constructor() {}
|
constructor() {}
|
||||||
ngOnInit(): void {}
|
ngOnInit(): void {}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user