Skip to content

Instantly share code, notes, and snippets.

@afirdousi
Created July 7, 2017 09:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save afirdousi/f6226a180e546010a3537bc80ec2d4ad to your computer and use it in GitHub Desktop.
Save afirdousi/f6226a180e546010a3537bc80ec2d4ad to your computer and use it in GitHub Desktop.
<div class="cell" [ngClass]="classes">
<label class="label">
<span [innerHTML]="label"></span>
</label>
<input type="text"
class="input"
[disabled]="disabled"
[placeholder]="placeholder">
<div class="alert"> {{ alert }} </div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment