Hi,
if I follow the step 1 here
<https://angular.io/docs/js/latest/guide/gettingStarted.html>, it doesn't
work (JavaScript):
I only see the static html. The angular part didn't work ('my-app'
"controller" app.js seems to do nothing (tested a console.log('42') in
constructor?):
var AppComponent = ng
.Component({
selector: 'my-app'
})
.View({
template: '<h1>My First Angular 2 App</h1>'
})
.Class({
constructor: function () {
console.log('42');
}
})
;
No exceptions in console.
Thank you very much for any suggestions!
--
You received this message because you are subscribed to the Google Groups
"AngularJS" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/angular.
For more options, visit https://groups.google.com/d/optout.