Skip to content

Instantly share code, notes, and snippets.

@agrgic16
Created April 24, 2019 20:44
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 agrgic16/7ffbd1527fdca1db2c9454f2bd9f774f to your computer and use it in GitHub Desktop.
Save agrgic16/7ffbd1527fdca1db2c9454f2bd9f774f to your computer and use it in GitHub Desktop.
dialog parent example with no dialog or routing logic
@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