-
I got this error...
Uncaught TypeError: ctorParameters.map is not a function
at ReflectionCapabilities.parameters
**Full error:**
Uncaught TypeError: ctorParameters.map is not a function
…
-
In src\typings.json change
`"module": "es6",` to
`"module": "commonjs",`
Several other issues:
https://github.com/angular/angular-cli/issues/1997
https://github.com/angular/angular-cli/issues/1773…
ghost updated
8 years ago
-
# 🐞 bug report
### Affected Package
`@angular/forms`
### Is this a regression?
Most probably no.
### Description
The `FormGroup` class' `removeControl` method does not call `setParen…
-
When installing with the following command: `npm i ng2-table --save`
I get the warnings below, can these be ignored? If not, how to fix this problem?
Thanks
npm WARN ng2-table@1.3.2 requires…
-
Hello, I am just wondering if there is a technical or strategic reason for:
https://github.com/dirkluijk/ngx-typesafe-forms/blob/master/projects/ngx-typesafe-forms/src/lib/form-group.ts#L33
```t…
-
### Issue type
**I'm submitting a ...** (check one with "x")
* [ x] bug report
* [ ] feature request
* [ ] question about the decisions made in the repository
### Issue description
…
-
Application bundle generation failed. [5.356 seconds]
[ng] X [ERROR] TS2307: Cannot find module '../../@microsoft/signalr/dist/browser/signalr.min.js' or its corresponding type declarations. [plugin …
-
### Describe the bug
when uses loading propertie on tag, it's works but when loading has finished, button looks like disabled.
However, on component works fine.
### Environment
_ …
-
I'm getting the following errors when attempting to run the angular2-auth-master webapp. I've downloaded and installed the application as per the instructions. Am I missing something?
$ npm start
> …
-
As #567 is closed, I open a new thread with the same issue:
The logout redirect does not work in my project, too. result.getRedirect() returns undefined (result is NbAuthResult). Where can I config…