Questions tagged [angular2-dart]
20 questions
1
vote
1 answer
Angular2-dart in non SPA
I would like to use angular2-dart in non-spa as in
loading two components in angular2 non SPA
i.e. in any non-spa page (not just index.html), I would like to have something like
loading...
Static…

marcg
- 552
- 1
- 8
- 20
1
vote
1 answer
Angular 2/Dart: Binding multiple events at once
In a Angular 2 / Dart Template I have the following line of code:
Is there a syntactical way to bind multiple…

Blackbam
- 17,496
- 26
- 97
- 150
1
vote
1 answer
reCAPTCHA in Angular2Dart
I am trying to use google reCAPTCHA in an Angular2dart app. In index.html I have
https://www.google.com/recaptcha/api.js'>
component's mark-up has -
div class="g-recaptcha" data-sitekey=" site key val ">
However captcha is not displayed …

marcg
- 552
- 1
- 8
- 20
0
votes
1 answer
Angular 2 Dart: How to select and change element in an imported sub-component?
The following angular/ dart library (https://pub.dartlang.org/packages/pikaday_datepicker_angular2) seems not to be written very well as it is not possible to set an external change of the date (there is no setter - I can only set the default day /…

Blackbam
- 17,496
- 26
- 97
- 150
0
votes
1 answer
Angular2-Dart PathLocationStrategy
Refreshing angular2 dart page using HashLocationStrategy works fine as it opens the exact same view.
Refreshing the page using PathLocationStrategy - with tomcat server configured to serve index.html - works for the url without…

marcg
- 552
- 1
- 8
- 20