import {YesNoDialog} from './yes-no.dialog'; export const DIALOGS_DECLARATIONS=[ YesNoDialog ]; export const DIALOGS_ENTRYCOMPONENTS=[ YesNoDialog ]