ngAfterContentInit: function()

in platform/core/snackbars/fds-snackbar.component.js [70:80]


    ngAfterContentInit: function () {
        if (this.snackBarTitle.length > 1) {
            throw new Error('Duplicate fds-snackbar-title component at in fds-snackbar.');
        }
        if (this.snackBarContent.length > 1) {
            throw new Error('Duplicate fds-snackbar-content component at in fds-snackbar.');
        }
        if (this.snackBarActions.length > 1) {
            throw new Error('Duplicate fds-snackbar-actions component at in fds-snackbar.');
        }
    }