Brandon seydel

Results 48 comments of Brandon seydel

Grab the latest again as well. should be 1.5

@3cp - Shadows dont require a - but it requires it of a non standard tag....maybe a div with app....or just make it something more production ready other than my-app...

so ```js rules: [ { test: /\.css$/i, use: ['style-loader', cssLoader, postcssLoader] }, { test: /\.scss$/i, use: ['style-loader', cssLoader, postcssLoader, sassLoader] }, { test: /\.ts$/i, use: ['ts-loader'], exclude: /node_modules/ }, {...

> perhaps scaffold the name like `-app`? Yea that was the eventual goal. As far as shadow dom. Do not hurt the 99% for the 1% is my motto. Shadow...

app-root would be something of better taste as well perhaps

@3cp - You give way too much credit. Developers are not like they used to be. They leave it out of the box and tack on. Just like CRA (they...

Its just not professional enough to release into the wild is all.

``` //explicit @noView('getHtml()') //implicit (lloks for view() @noView(true) //@noView/@noView()/@noView(false) -default export class DynamicView { //returns promise getHtml(){ return this.getHtmlPage(); } //returns promise view(){ return this.getHtmlPage(); } } ``` This makes...