docs(): hide modules from docs

This commit is contained in:
mhartington
2017-03-16 11:49:21 -04:00
parent 25dd7b5fce
commit 546003037e
49 changed files with 49 additions and 0 deletions

View File

@ -2,6 +2,7 @@ import { NgModule, ModuleWithProviders } from '@angular/core';
import { Backdrop } from './backdrop';
/** @hidden */
@NgModule({
declarations: [
Backdrop