-
How to include 3rd party libs like ng2-translate, ng2-material and others?
After adding module to vendor.ts and build i have errors.
Inside your files i added:
vendor.ts
```
import {TranslateModule} …
-
ERROR ReferenceError: document is not defined
at Ng2AutoCompleteDirective.ngOnInit (xxxx)
at checkAndUpdateDirectiveInline (xxxx)
at checkAndUpdateNodeInline (xxxx)
at checkAndUpda…
-
#### Feature Request
A material based select element with an autocomplete functionality
#### What is the motivation / use case for changing the behavior?
There are cases in which the number o…
-
I just successfully registered `ngui`, `ng-ui`, `angularui` and `angualr-ui` as npm organization names, which means we can change our module names more organized. For example , `ng2-map` can be `@ngui…
-
An unhandled exception occurred: Cannot read property 'fileName' of null .
{
"name": "my-app",
"version": "2.1.0",
"license": "MIT",
"scripts": {
"ng": "ng",
"start": "ng serve"…
-
we want ng2-select just to use select box, and to design it by css as we want (without all default browser css for select tag).
So, the feature of input with auto complete is too much for us and add …
-
[https://plnkr.co/edit/rn0PQB?p=preview]
I am not sure if this is an issue or not. OR that I am not implementing this the correct way.
I need to be able to trigger the visibility of the google add…
-
* **I'm submitting a ...**
[x ] bug report
[ ] feature request
[ ] question about the decisions made in the repository
* **Do you want to request a *feature* or report a *bug*?**
Bug
* **W…
-
We have upgraded the angular 9 and treetable 1.2.2 to 1.3.3
It gives following compilation error:
> ERROR in The target entry-point "ng-treetable" has missing dependencies:
> - @angular/core/src…
-
In a table i have dynamic rows having a column as ng-completer. entering value in one ng-completer opens search for all completer.
How to solve this.