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 } );
there is a mistake in readme and in npm:
instead of:
angularserver.runInContext(
function (injector) {
// ... whatever you want
}
);