-
Hi, I want to make validations to my project but i can not import FormBuilder, Validators, ControlGroup, Control.
I am getting following errors in console:
Errors:-
[default] /var/www/aaaa/angular2-s…
-
Hi,
I would like to create an exportable angular module. So I created this module :
```javascript
// index.js
import { NgModule, Component } from '@angular/core';
@Component({
selec…
-
This is happening with version 0.6.0 as well
I'm using Angular 9.1.2 and Typescript 3.8.3 and here is the error i'm getting at build time:
```
ERROR in node_modules/angular2-query-builder/dist/an…
-
I've been exploring getting the `Router` working here.
Modifying `main.ts` as follows:
```
import {bootstrap} from '../dist/main';
import {provide} from 'angular2/core';
import {ROUTER_PROVIDERS, Loc…
-
is there any plans for angular2 port (directive component)? Angular2 will not support "replace" attribute inside directive.
-
_From @zoechi on October 31, 2016 20:55_
```
(master) $ bazel build :dashboard_layout_demo
WARNING: Sandboxed execution is not supported on your system and thus hermeticity of actions cannot be …
-
I use ionic in version 5.2.3. i installed your package angular-spotify and included it in modules as described in the manual.
Install angular2-spotify via npm. Use the --save property to save into …
-
The application compiles the first time just fine. When changes are made the watch starts to re-compile, but fails with the following error:
```
ERROR in ./src/app/modules/main.module.ngfactory.ts…
-
Hello,
I was able to configure the plugin. However, I am listening to actionCallback to get buttons and route to them. But since angular2 is not yet initiated in main.ts how would it work out? So o…
-
I want to use angular-2-jsoncvs in my angular 5 project but this error was appeared:
```
ERROR in ./node_modules/angular2-json2csv/src/csv.service.ts
Module build failed: Error: C:\dev\CFinder\CFin…