Skip to content

Instantly share code, notes, and snippets.

@carlosrojaso
Created October 5, 2020 12:25
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 carlosrojaso/49dfe5f4bd9ea0fe50ce5caea16901d1 to your computer and use it in GitHub Desktop.
Save carlosrojaso/49dfe5f4bd9ea0fe50ce5caea16901d1 to your computer and use it in GitHub Desktop.
<!--The content below is only a placeholder and can be replaced.-->
<h2>Error Component</h2>
<error-component>Default Message</error-component>
<error-component [attr.kind]="warning">Warning Message</error-component>
<error-component [attr.kind]="error">Error Message</error-component>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment