Skip to content

Commit 37e733d

Browse files
committed
revert
1 parent 7ce0646 commit 37e733d

File tree

2 files changed

+3
-291
lines changed

2 files changed

+3
-291
lines changed

src/lib/sticky-header/sticky-header.ts

+3-2
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,9 @@
55
* Use of this source code is governed by an MIT-style license that can be
66
* found in the LICENSE file at https://angular.io/license
77
*/
8-
import {Component, Directive, Input, Output,
9-
OnDestroy, AfterViewInit, ElementRef, Injectable, Optional} from '@angular/core';
8+
import {Directive, Input,
9+
OnDestroy, AfterViewInit, ElementRef, Optional} from '@angular/core';
10+
import {Platform} from '../core/platform';
1011
import {Scrollable} from '../core/overlay/scroll/scrollable';
1112
import {extendObject} from '../core/util/object-extend';
1213
import {Subscription} from 'rxjs/Subscription';

src/lib/sticky-header/sticky-header.ts~HEAD

-289
This file was deleted.

0 commit comments

Comments
 (0)