Skip to content

Instantly share code, notes, and snippets.

@jessipearcy
Created October 6, 2020 12:45
Show Gist options
  • Save jessipearcy/6c41f3ff77977100c08b65ea952a7d8f to your computer and use it in GitHub Desktop.
Save jessipearcy/6c41f3ff77977100c08b65ea952a7d8f to your computer and use it in GitHub Desktop.
import { Component, OnInit } from '@angular/core';
@Component({
selector: 'app-root',
templateUrl: './app.component.html',
styleUrls: ['./app.component.scss'],
})
export class AppComponent implements OnInit {
public formOpen = false;
ngOnInit(): void {}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment