Discussion:
[dart-misc] Angular Bootstrap
Jan Mostert
2015-12-04 06:25:56 UTC
Permalink
Is this Angular Bootstrap library the full bootstrap with all the standard
Bootstrap components?

And will this still work in Angular Dart 2 ?

https://akserg.github.io/angular.dart.ui.demo/index.html
--
For other discussions, see https://groups.google.com/a/dartlang.org/

For HOWTO questions, visit http://stackoverflow.com/tags/dart

To file a bug report or feature request, go to http://www.dartbug.com/new
---
You received this message because you are subscribed to the Google Groups "Dart Misc" group.
To unsubscribe from this group and stop receiving emails from it, send an email to misc+***@dartlang.org.
Kasper Peulen
2015-12-04 09:14:50 UTC
Permalink
No, these are different things. The angular bootstrap library is just for
starting your angular2 app, it is not related to twitter bootstrap.

luisvt is porting that library to angular2:
https://github.com/luisvt/ng2-strap

http://luisvt.github.io/ng2-strap/
Post by Jan Mostert
Is this Angular Bootstrap library the full bootstrap with all the standard
Bootstrap components?
And will this still work in Angular Dart 2 ?
https://akserg.github.io/angular.dart.ui.demo/index.html
--
For other discussions, see https://groups.google.com/a/dartlang.org/
For HOWTO questions, visit http://stackoverflow.com/tags/dart
To file a bug report or feature request, go to http://www.dartbug.com/new
---
You received this message because you are subscribed to the Google Groups
"Dart Misc" group.
To unsubscribe from this group and stop receiving emails from it, send an
--
Kasper
--
For other discussions, see https://groups.google.com/a/dartlang.org/

For HOWTO questions, visit http://stackoverflow.com/tags/dart

To file a bug report or feature request, go to http://www.dartbug.com/new
---
You received this message because you are subscribed to the Google Groups "Dart Misc" group.
To unsubscribe from this group and stop receiving emails from it, send an email to misc+***@dartlang.org.
Jan Mostert
2015-12-13 06:18:16 UTC
Permalink
@Kasper, I've revisited the link I've posted and can clearly see Twitter
Bootstrap branding, although it does look a bit dated seeing as it's using
Angular Dart 1.1.0.

Thanks for the links! I see the library as well as Angular Dart 2 as well
as Bootstrap 4 is in alpha. If I start using these next year in January for
a project that needs to go live in June, do you think it will be production
ready by June 2016?

From what I can see in the Github examples, it looks mostly feature
complete.
Post by Kasper Peulen
No, these are different things. The angular bootstrap library is just for
starting your angular2 app, it is not related to twitter bootstrap.
https://github.com/luisvt/ng2-strap
http://luisvt.github.io/ng2-strap/
Post by Jan Mostert
Is this Angular Bootstrap library the full bootstrap with all the
standard Bootstrap components?
And will this still work in Angular Dart 2 ?
https://akserg.github.io/angular.dart.ui.demo/index.html
--
Post by Jan Mostert
For other discussions, see https://groups.google.com/a/dartlang.org/
For HOWTO questions, visit http://stackoverflow.com/tags/dart
To file a bug report or feature request, go to http://www.dartbug.com/new
---
You received this message because you are subscribed to the Google Groups
"Dart Misc" group.
To unsubscribe from this group and stop receiving emails from it, send an
--
Kasper
--
For other discussions, see https://groups.google.com/a/dartlang.org/
For HOWTO questions, visit http://stackoverflow.com/tags/dart
To file a bug report or feature request, go to http://www.dartbug.com/new
---
You received this message because you are subscribed to the Google Groups
"Dart Misc" group.
To unsubscribe from this group and stop receiving emails from it, send an
--
For other discussions, see https://groups.google.com/a/dartlang.org/

For HOWTO questions, visit http://stackoverflow.com/tags/dart

To file a bug report or feature request, go to http://www.dartbug.com/new
---
You received this message because you are subscribed to the Google Groups "Dart Misc" group.
To unsubscribe from this group and stop receiving emails from it, send an email to misc+***@dartlang.org.
Kasper Peulen
2015-12-13 14:20:23 UTC
Permalink
Oh wait I didn't read your link, I thought you were talking about:
https://www.dartdocs.org/documentation/angular2/2.0.0-alpha.53/angular2.bootstrap/angular2.bootstrap-library.html

About http://luisvt.github.io/ng2-strap/, I think this is quite straight
port of the typescript version. I think it is of good quality, but I
haven't used it myself yet.
--
For other discussions, see https://groups.google.com/a/dartlang.org/

For HOWTO questions, visit http://stackoverflow.com/tags/dart

To file a bug report or feature request, go to http://www.dartbug.com/new
---
You received this message because you are subscribed to the Google Groups "Dart Misc" group.
To unsubscribe from this group and stop receiving emails from it, send an email to misc+***@dartlang.org.
Jan Mostert
2015-12-13 16:47:19 UTC
Permalink
Thanks Kasper!
Post by Kasper Peulen
https://www.dartdocs.org/documentation/angular2/2.0.0-alpha.53/angular2.bootstrap/angular2.bootstrap-library.html
About http://luisvt.github.io/ng2-strap/, I think this is quite straight
port of the typescript version. I think it is of good quality, but I
haven't used it myself yet.
--
For other discussions, see https://groups.google.com/a/dartlang.org/
For HOWTO questions, visit http://stackoverflow.com/tags/dart
To file a bug report or feature request, go to http://www.dartbug.com/new
---
You received this message because you are subscribed to the Google Groups
"Dart Misc" group.
To unsubscribe from this group and stop receiving emails from it, send an
--
For other discussions, see https://groups.google.com/a/dartlang.org/

For HOWTO questions, visit http://stackoverflow.com/tags/dart

To file a bug report or feature request, go to http://www.dartbug.com/new
---
You received this message because you are subscribed to the Google Groups "Dart Misc" group.
To unsubscribe from this group and stop receiving emails from it, send an email to misc+***@dartlang.org.
Bigluis Vargas
2015-12-14 01:59:33 UTC
Permalink
Hello Jan, Right now I'm having some problems with agnular2, I'm upgrading
ng2-strap to angular-2.0.0-alpha.53. There were so many changes that all
the elements get broken. Hopefully, this week they will be working again
with new angular2
Post by Jan Mostert
Is this Angular Bootstrap library the full bootstrap with all the standard
Bootstrap components?
And will this still work in Angular Dart 2 ?
https://akserg.github.io/angular.dart.ui.demo/index.html
--
For other discussions, see https://groups.google.com/a/dartlang.org/

For HOWTO questions, visit http://stackoverflow.com/tags/dart

To file a bug report or feature request, go to http://www.dartbug.com/new
---
You received this message because you are subscribed to the Google Groups "Dart Misc" group.
To unsubscribe from this group and stop receiving emails from it, send an email to misc+***@dartlang.org.
Jan Mostert
2015-12-14 08:43:50 UTC
Permalink
Thanks Bigluis, I'll wait a bit until January before I start experimenting
with it.
From what I've seen so far in the Angular project, it's been having
breaking changes every time the version changes, let's hope 2 will be more
stable.
Post by Bigluis Vargas
Hello Jan, Right now I'm having some problems with agnular2, I'm upgrading
ng2-strap to angular-2.0.0-alpha.53. There were so many changes that all
the elements get broken. Hopefully, this week they will be working again
with new angular2
Post by Jan Mostert
Is this Angular Bootstrap library the full bootstrap with all the
standard Bootstrap components?
And will this still work in Angular Dart 2 ?
https://akserg.github.io/angular.dart.ui.demo/index.html
--
For other discussions, see https://groups.google.com/a/dartlang.org/
For HOWTO questions, visit http://stackoverflow.com/tags/dart
To file a bug report or feature request, go to http://www.dartbug.com/new
---
You received this message because you are subscribed to the Google Groups
"Dart Misc" group.
To unsubscribe from this group and stop receiving emails from it, send an
--
For other discussions, see https://groups.google.com/a/dartlang.org/

For HOWTO questions, visit http://stackoverflow.com/tags/dart

To file a bug report or feature request, go to http://www.dartbug.com/new
---
You received this message because you are subscribed to the Google Groups "Dart Misc" group.
To unsubscribe from this group and stop receiving emails from it, send an email to misc+***@dartlang.org.
tomaszkubacki
2015-12-14 10:59:29 UTC
Permalink
hi,

They've recently renamed directives eg. ng-for to ngFor all changes are
documented in changelog

https://github.com/angular/angular/blob/master/CHANGELOG.md

W dniu poniedziałek, 14 grudnia 2015 02:59:33 UTC+1 uÅŒytkownik Bigluis
Post by Bigluis Vargas
Hello Jan, Right now I'm having some problems with agnular2, I'm upgrading
ng2-strap to angular-2.0.0-alpha.53. There were so many changes that all
the elements get broken. Hopefully, this week they will be working again
with new angular2
Post by Jan Mostert
Is this Angular Bootstrap library the full bootstrap with all the
standard Bootstrap components?
And will this still work in Angular Dart 2 ?
https://akserg.github.io/angular.dart.ui.demo/index.html
--
For other discussions, see https://groups.google.com/a/dartlang.org/

For HOWTO questions, visit http://stackoverflow.com/tags/dart

To file a bug report or feature request, go to http://www.dartbug.com/new
---
You received this message because you are subscribed to the Google Groups "Dart Misc" group.
To unsubscribe from this group and stop receiving emails from it, send an email to misc+***@dartlang.org.
Kasper Peulen
2015-12-15 09:55:28 UTC
Permalink
@jan vladimir mostert

I'm starting a university project using angular2 dart next week (lasting
until february).
Post by tomaszkubacki
hi,
They've recently renamed directives eg. ng-for to ngFor all changes are
documented in changelog
https://github.com/angular/angular/blob/master/CHANGELOG.md
W dniu poniedziałek, 14 grudnia 2015 02:59:33 UTC+1 uÅŒytkownik Bigluis
Post by Bigluis Vargas
Hello Jan, Right now I'm having some problems with agnular2, I'm
upgrading ng2-strap to angular-2.0.0-alpha.53. There were so many changes
that all the elements get broken. Hopefully, this week they will be working
again with new angular2
Post by Jan Mostert
Is this Angular Bootstrap library the full bootstrap with all the
standard Bootstrap components?
And will this still work in Angular Dart 2 ?
https://akserg.github.io/angular.dart.ui.demo/index.html
--
For other discussions, see https://groups.google.com/a/dartlang.org/

For HOWTO questions, visit http://stackoverflow.com/tags/dart

To file a bug report or feature request, go to http://www.dartbug.com/new
---
You received this message because you are subscribed to the Google Groups "Dart Misc" group.
To unsubscribe from this group and stop receiving emails from it, send an email to misc+***@dartlang.org.
Jan Mostert
2015-12-15 11:57:29 UTC
Permalink
Thanks Kasper!
Post by Kasper Peulen
@jan vladimir mostert
I'm starting a university project using angular2 dart next week (lasting
until february).
Post by tomaszkubacki
hi,
They've recently renamed directives eg. ng-for to ngFor all changes are
documented in changelog
https://github.com/angular/angular/blob/master/CHANGELOG.md
W dniu poniedziałek, 14 grudnia 2015 02:59:33 UTC+1 uÅŒytkownik Bigluis
Post by Bigluis Vargas
Hello Jan, Right now I'm having some problems with agnular2, I'm
upgrading ng2-strap to angular-2.0.0-alpha.53. There were so many changes
that all the elements get broken. Hopefully, this week they will be working
again with new angular2
Post by Jan Mostert
Is this Angular Bootstrap library the full bootstrap with all the
standard Bootstrap components?
And will this still work in Angular Dart 2 ?
https://akserg.github.io/angular.dart.ui.demo/index.html
--
For other discussions, see https://groups.google.com/a/dartlang.org/
For HOWTO questions, visit http://stackoverflow.com/tags/dart
To file a bug report or feature request, go to http://www.dartbug.com/new
---
You received this message because you are subscribed to the Google Groups
"Dart Misc" group.
To unsubscribe from this group and stop receiving emails from it, send an
--
For other discussions, see https://groups.google.com/a/dartlang.org/

For HOWTO questions, visit http://stackoverflow.com/tags/dart

To file a bug report or feature request, go to http://www.dartbug.com/new
---
You received this message because you are subscribed to the Google Groups "Dart Misc" group.
To unsubscribe from this group and stop receiving emails from it, send an email to misc+***@dartlang.org.
Continue reading on narkive:
Loading...