python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
angular.min.js:117 Error: Could not resolve 'create' from state ''
Hi I have created a angularjs+webix project wherein I will be adding CRUD operations.
I have a app.js file where I put the routing:
var app = angular.module('app', [ "webix", "ui.route...
Preksha Sharma
Votes: 0
Answers: 0
How to prevent a component from starting/rendering when the required parameters are not filled correctly?
Say I have a component and I have bindings that are not optional, like so
angular.module("foo").component("fooComp", {
bindings: {
notOpt: "<",
},
te...
LoyalPotato
Votes: 0
Answers: 2
Function calls are not supported in decorators but 'CountdownTimerModule' was called
I am trying to build production files, however aot is failing with this error message:
Function calls are not supported in decorators but 'CountdownTimerModule' was called.
I am building with npm run ...

Dale
Votes: 0
Answers: 1