-
-
Hello,
I am working in angular2, and I am searching one component to allow the user to authenticate using his Google Account.
Can I use this code as wrapper component in angular2? Can you help me?
…
-
I can use static modal with draggable. But cant do that with BsModalService component modal. If i open draggable div in component only content will be draggable, no effect for main panel. How can i ad…
-
Hi there,
I'm using webpack for my current Angular2 play. Can i _inline_ pug in my components without using require() ?
Like:
```
@Component({
template: __pug(`h1 this has to be compiled at build …
-
IMPORTANT: Please provide a sample using:
* **I'm submitting a ...**
[x ] bug report
[ ] feature request
[ ] question about the decisions made in the repository
* **Do you want to reque…
-
Hi! 👋
Firstly, thanks for your work on this project! 🙂
Today I used [patch-package](https://github.com/ds300/patch-package) to patch `angular2-smart-table@2.8.1` for the project We're wor…
-
Hi,
It would be really nice if you could set up shortcut for each file type. Its a lot faster whe you dont have to "scroll" through files. You can take inspiration from VS code plugin called "angular…
-
I copied the files from this repo and use LoggedInOutlet.ts to setup authentication in my angular2 app, which is based on the [Angular2 Webpack Starter repo](https://github.com/AngularClass/angular2-w…
-
Written on 28.09.2016 07:22:34
URL: http://asp.net-hacker.rocks/2016/09/28/container-component-in-angular2.html
-
In angular2-actioncable 6.0.2 and rxjs 6.3.3: Piping the connected() Observable through other operators seems to break.
Here's my app.component.ts:
```
import { Component, OnInit, OnDestroy } fr…