Skip to content

Commit

Permalink
fixup! fix(common): add upgrade sub-package to ng_package rule for @a…
Browse files Browse the repository at this point in the history
…ngular/common
  • Loading branch information
brandonroberts committed Apr 25, 2019
1 parent afab43e commit d0d355f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/common/upgrade/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
* found in the LICENSE file at https://angular.io/license
*/

export * from './location_upgrade_module';
export * from './$location_shim';
export * from './params';
export {$locationShim, $locationShimProvider} from './$location_shim';
export {LOCATION_UPGRADE_CONFIGURATION, LocationUpgradeConfig, LocationUpgradeModule} from './location_upgrade_module';
export {AngularJSUrlCodec, UrlCodec} from './params';

0 comments on commit d0d355f

Please sign in to comment.