Created
April 24, 2019 20:44
-
-
Save agrgic16/7ffbd1527fdca1db2c9454f2bd9f774f to your computer and use it in GitHub Desktop.
dialog parent example with no dialog or routing logic
This file contains 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
@Component({ | |
selector: 'dialog-parent-example', | |
templateUrl: 'dialog-parent-example.html', | |
styleUrls: ['dialog-parent-example.css'], | |
}) | |
export class DialogParentExample { | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment