Skip to content

Commit dbdc289

Browse files
committed
chore: linting errors
1 parent 589799e commit dbdc289

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

src/cdk/overlay/backdrop.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ import {Subject} from 'rxjs/Subject';
2222
* @docs-private
2323
*/
2424
@Component({
25+
moduleId: module.id,
2526
template: '',
2627
host: {
2728
'class': 'cdk-overlay-backdrop',
@@ -38,6 +39,7 @@ import {Subject} from 'rxjs/Subject';
3839
],
3940
changeDetection: ChangeDetectionStrategy.OnPush,
4041
encapsulation: ViewEncapsulation.None,
42+
preserveWhitespaces: false,
4143
})
4244
export class MdBackdrop implements OnDestroy {
4345
_animationState = 'visible';

src/cdk/overlay/tsconfig-build.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
{
22
"extends": "../tsconfig-build",
33
"files": [
4-
"public-api.ts"
4+
"public-api.ts",
5+
"../typings.d.ts"
56
],
67
"angularCompilerOptions": {
78
"annotateForClosureCompiler": true,

0 commit comments

Comments
 (0)