Skip to content

test injector should work smoothly with new bundles #5351

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions