created components, routing and applied styles
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
import { Component } from '@angular/core';
|
||||
|
||||
@Component({
|
||||
selector: 'app-contact-sidebar',
|
||||
templateUrl: './contact-sidebar.component.html',
|
||||
styleUrl: './contact-sidebar.component.scss'
|
||||
})
|
||||
export class ContactSidebarComponent {
|
||||
sideBarExpanded: boolean = false;
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user