3 * Copyright Google Inc. All Rights Reserved.
5 * Use of this source code is governed by an MIT-style license that can be
6 * found in the LICENSE file at https://angular.io/license
10 export class FakeViewportRuler {
22 getViewportScrollPosition() {
23 return {top: 0, left: 0};