Zveratko
Zveratko

Reputation: 2810

@Component vs. @NgComponent Dart.Angular

Can anybody explain to me the difference between @Component and @NgComponent. Following Angular.Dart tutorial which uses @Component I was wondering what is @NgComponent for.

I'm more and more confused as I'm going deeper in Dart space:-/

Upvotes: 1

Views: 256

Answers (1)

Christoph Lachenicht
Christoph Lachenicht

Reputation: 133

@NgComponent is a legacy terminology for @Component.

GitHub AngularDart Repo: https://github.com/angular/angular.dart/commit/f055ab6f7c4fadfdbb6a46d8bc547b304586d95c

Upvotes: 2

Related Questions