Skip to content
This repository was archived by the owner on Aug 9, 2018. It is now read-only.
This repository was archived by the owner on Aug 9, 2018. It is now read-only.

mistake in readme #18

@MoLow

Description

@MoLow

there is a mistake in readme and in npm:

angularMiddlewares.runInContext(
    function (injector) {
        // ... whatever you want
    }
);

instead of:
angularserver.runInContext(
function (injector) {
// ... whatever you want
}
);

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions