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
9 import {ScrollStrategy} from './scroll-strategy';
12 * Scroll strategy that doesn't do anything.
14 export class NoopScrollStrategy implements ScrollStrategy {