Skip to content

Instantly share code, notes, and snippets.

View shahinbaharloo's full-sized avatar

Shahin Baharloo shahinbaharloo

  • OceanBond
  • Australia
View GitHub Profile
@shahinbaharloo
shahinbaharloo / 01.ts
Created September 16, 2021 06:10 — forked from jhades/01.ts
Content Projection
@Component({
selector: 'app-root',
template: `
<h1>FA Input</h1>
<fa-input icon="envelope" (value)="onNewValue($event)"></fa-input>
<fa-input icon="lock" (value)="onNewValue($event)"></fa-input>