File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -22,6 +22,7 @@ import {Subject} from 'rxjs/Subject';
22
22
* @docs -private
23
23
*/
24
24
@Component ( {
25
+ moduleId : module . id ,
25
26
template : '' ,
26
27
host : {
27
28
'class' : 'cdk-overlay-backdrop' ,
@@ -38,6 +39,7 @@ import {Subject} from 'rxjs/Subject';
38
39
] ,
39
40
changeDetection : ChangeDetectionStrategy . OnPush ,
40
41
encapsulation : ViewEncapsulation . None ,
42
+ preserveWhitespaces : false ,
41
43
} )
42
44
export class MdBackdrop implements OnDestroy {
43
45
_animationState = 'visible' ;
Original file line number Diff line number Diff line change 1
1
{
2
2
"extends" : " ../tsconfig-build" ,
3
3
"files" : [
4
- " public-api.ts"
4
+ " public-api.ts" ,
5
+ " ../typings.d.ts"
5
6
],
6
7
"angularCompilerOptions" : {
7
8
"annotateForClosureCompiler" : true ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"extends" : " ../tsconfig-es5" ,
3
3
"files" : [
4
- " public-api.ts"
4
+ " public-api.ts" ,
5
+ " ../typings.d.ts"
5
6
],
6
7
"angularCompilerOptions" : {
7
8
"annotateForClosureCompiler" : true ,
You can’t perform that action at this time.
0 commit comments