-
Using a component that gets it's dynamic content from Http service generates cryptic errors like this:
```
ERROR [Error]
ERROR [Error]
ERROR [Error]
```
(One for each component/directive that …
-
npm run build-storybook
npm WARN config global `--global`, `--local` are deprecated. Use `--location=global` instead.
> seegene-lis-frontend@0.0.5 build-storybook
> build-storybook
info @story…
-
**Describe the bug**
**This bug only happens when setting the path in tsconfig.json to the source files of the library instead the dist file**
To make an Angular library works smoothly with the …
-
I'm trying to copy your demo but getting this error at runtime:
EXCEPTION: Error: Uncaught (in promise): No Directive annotation found on FileSelectDirective
can you help me?
-
It seems not compatible with Angular 2 RC6
When I add declaration in app.module.ts :
(index):32 Error: Error: Unexpected value 'undefined' declared by the module 'AppModule'(…)
`
import {SELEC…
-
* **I'm submitting a ...**
[X] bug report
[ ] feature request
[ ] question about the decisions made in the repository
* **What is the current behavior?**
Building a project with angular-cli 1.0…
-
There seems to be numerous circumstances where the rooms loaded for the home page do not match what they should be, despite the API providing the correct response. This is most likely a caching issue
-
I have app-share-component and I call it in my detail page component with @Input field. I checked twice; but unfortunetely, even my share data is changed, it doesn't affect ceiboShare directives.
Fo…
-
Can not get any events from the serial chart using the AmChartsDirective (imported in the module) out to the surrounding component. Regardless of what method I try, the Chrome Console always shows thi…
-
http://getbootstrap.com/components/#alerts-links
Could be helpful to allow html-safe messages. ng-bind works in the directive, but ng-bind-html shows no message.
Thanks