Answer the question
In order to leave comments, you need to log in
Is it possible to delay application initialization?
Go straight to the code, some-module.js - app.js - index.js - export const some = angular.module('some , []);
export const app= angular.module(app, []);
import {app} from 'app';
import {some} from 'some';
// возможно ли сделать так, чтобы здесь
// установить зависимость модулю app?
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question