Skip to content

3.5.0 Typings not updated #153

Closed
Closed
@jrakotoharisoa

Description

@jrakotoharisoa

Angular module name is no more exported as default.

So this code no more working

import NgRedux from 'ng-redux';

angular.module('app', [NgRedux]);

Now we should do that, but typing doesn't allow it:

import * as NgRedux from 'ng-redux';

angular.module('app', [NgRedux]);

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions