Trying Anglural2 with Meteor. Going through manual (http://angular-meteor.com/tutorials/angular2/bootstrapping) and feel that it’s still unfinished.
Problems stats with adding meteor accounts-ui. There is said in manual that after adding account-ui package we can just:
<body>
{{> loginButtons}}
...
</body>
The problem is, that a few steps before there was such sentence:
"urigo:angular2-meteor
overrides standard Meteor HTML processor. Lets remove standard HTML processor by:
$ meteor remove blaze-html-templates
"
So, {{> loginButtons}}
is not working.
@Urigo, what’s your suggestion in terms of accounts-ui? What should we use?