X Tutup
Skip to content

test injector should work smoothly with new bundles #5351

@juliemr

Description

@juliemr

With the new platform bundles, you can import directly from what you need for different platforms:

import {bootstrap} from {'angular2/platform/browser'};

However, the test injector is currently hardwired to only work for the browser platform. We need a smooth way of writing unit tests with an injector for a different platform. cc @vsavkin

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions

    X Tutup