Created
October 5, 2020 12:25
-
-
Save carlosrojaso/49dfe5f4bd9ea0fe50ce5caea16901d1 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!--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