Questions tagged as 'angularjs-2.0'

1
answer

How to debug in javascript? specifically in angular2

Recently it has happened to me that I had an error, called EXCEPTION: Can not resolve all parameters ... I found that it was possibly because of the barrels, because when I tried to see the source of the error from my console, only that mes...
asked by 04.05.2017 / 05:03
1
answer

Fixed panel in the "fonde" of the screen (responsive)

I'm setting up a website with angular2 and css. In a view, have 1 grid and I need to add in the bottom of the screen a panel of actions that is always fixed below (it has to be responsive). I did that with this code: <div style="position: f...
asked by 08.04.2017 / 22:45
1
answer

Ionic Components do not work

Good morning, everyone. I'm starting an app with Ionic. And I'm trying to use the components that Ionic brings by default from code.    link I understand that I need to import some type of library or similar since it currently does n...
asked by 27.03.2017 / 16:46
1
answer

How to install "font awesome" in angular2 with angular-cli?

What would be the way to add "Font Awesome" to a project with Angular2 built with anguar-cli? The goal is not to use the font awesome CDN.     
asked by 07.03.2017 / 17:31
2
answers

Using TemplateRef to open Modal

Good morning. Currently I have a series of buttons that perform a series of actions. A CRUD system go. I want to add modal windows in some of them, for example when erasing that a confirmation modal appears before and depending on the answer...
asked by 07.03.2017 / 09:53
1
answer

Unexpected behavior using Angular Material

I'm making an application using Angular 2. I have followed the steps described in the official documentation to use Angular Material in my application. (Except the SystemJS mappings which I am not using) Everything seems to work correctl...
asked by 21.02.2017 / 17:49
1
answer

Add custom selector on angular2 router-outlet

I return to angular2 after time and I see that there are several changes, starting with the directive no longer found in Component among others, I try to do the following add the tag inside a <list-directory [folders]='folders'></list...
asked by 19.02.2017 / 14:37
1
answer

ionic2 make a query to an api when the view loads

I want to make the query to an api xxxxxx / yyy, just load a view, the problem is that when the page loads I do not receive an answer. This is my code. example.ts ionViewWillEnter() { this.chats.push("Hola prueba del chat"); t...
asked by 06.02.2017 / 01:06
1
answer

filter last records

Good, I'm a little lost with this since I do not control Angular Material . I have created a table in which all the results that I currently have in JSON appear to me and I have to do a function in which I filter to show the last X recor...
asked by 11.01.2017 / 16:20
1
answer

Angular 2: ag-grid-angle Making Editable Cells

I'm working with ag-grid-angular I understand that to make a cell editable, the call of the cellEditingStarted event is made with something like (cellEditingStarted)="function ($ event) " within the ag-grid-angular-material tags, I leave an e...
asked by 13.03.2018 / 19:29