|
|
|
|
|
by warent
1137 days ago
|
|
Their own website renders the Angular "template" as a string with no syntax highlighting. The framework is extremely overengineered requiring multiple files for "hello world" It introduces a lot of unnecessary complexity for projects of any size It uses invalid HTML, with attribute syntax including brackets and parentheses Sadly It's just not a good framework |
|
> requiring multiple files for "hello world"
False (unless you're counting angular.json conf file for Angular CLI??)
> It uses invalid HTML, with attribute syntax including brackets and parentheses
And what, JSX is valid HTML????
FWIW Angular templates is completely valid HTML. (The only non-standard thing is that the attributes are case-sensitive.)