Skip to content

Instantly share code, notes, and snippets.

@dontpaniclabsgists
Last active November 12, 2021 13:29
Show Gist options
  • Save dontpaniclabsgists/39f53cbf956e6eeee8fa273d02492e2e to your computer and use it in GitHub Desktop.
Save dontpaniclabsgists/39f53cbf956e6eeee8fa273d02492e2e to your computer and use it in GitHub Desktop.
import { Component, OnInit } from '@angular/core';
@Component({
selector: 'app-company-view',
templateUrl: './company-view.component.html',
styleUrls: ['./company-view.component.scss']
})
export class CompanyViewComponent implements OnInit {
constructor(){}
ngOnInit(): void {
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment