Skip to content

ES6 modules support #20

@memclutter

Description

@memclutter

It would be great to be able to do so:

import angular from 'angular';
import uiNavbar from 'ui-navbar';

export const MyModule = angular
  .module('app.my.modyle', [
    uiNavbar
  ])
  .name;

Read more about this approach can be found here.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions