Skip to content

Suspicious exports from the angular2/angular2 #5700

@pkozlowski-opensource

Description

@pkozlowski-opensource

The current angular2/angular2 super-barrel mostly re-exports symbols from other barrels (core, common etc.). But there are few suspicious exports in there that don't seem to be exported from other main barrels. Those are:

export * from './src/platform/dom/dom_adapter';
export * from './src/platform/dom/events/event_manager';

and

export {UrlResolver, AppRootUrl} from './compiler';

Why those exports are part of angular2/angular2? To which barrel they belong? We need to answer this question before we can kill the angular2/angular2 barrel.

Metadata

Metadata

Labels

No labels
No labels

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions