To get the plunkers to work Change the pluker systemjs. config.js file to change rxjs version to this 'rxjs': 'unpkg.com/rxjs@6.2.0', packages to this: packages: { // Thirdparty barrels. rxjs: { main: 'index.js', defaultExtension: 'js' }, "rxjs/operators": { main: 'index.js', defaultExtension: 'js' } }
great work guys , i have a question if you please help me in this angular Intellisense is not working i don't know why ! can anyone tell me why this happen only with angular projects and other js and ts projects its IntelliSense is duplicated i don't know why !
If you don't do type="button", then web browsers default buttons to type="submit". Then submit buttons cause forms to be submitted when clicked. In this case, he didn't want the button to submit a form when clicked.
Exactly. If a form has a button with no type attribute, some browsers will assume that it's supposed to be type="submit" and the button will submit the form. Honestly, it's a case of the browser trying to correct bad coding practices.
I'm impressed with his ability to navigate his IDE with such dexterity! ^_^
How are you getting the autocomplete for cdkConnectedOverlay around 10:08 nothing show for me and I'm using the Angular Language Service
Amazing talk!
the CdkTrapFocus doesn't work for me, in connected overlay.
The plunkers dont work any more!! How do you learn more about CDK? Any good references? Thank you.!
To get the plunkers to work
Change the pluker systemjs. config.js file to
change rxjs version to this
'rxjs': 'unpkg.com/rxjs@6.2.0',
packages to this:
packages: {
// Thirdparty barrels.
rxjs: {
main: 'index.js',
defaultExtension: 'js'
},
"rxjs/operators": {
main: 'index.js',
defaultExtension: 'js'
}
}
great work guys , i have a question if you please help me in this
angular Intellisense is not working i don't know why !
can anyone tell me why this happen only with angular projects
and other js and ts projects its IntelliSense is duplicated i don't know why !
with what angular version is this?
Have you tested it with Voice Over or NVDA when navigating with arrows? Does it move the focus? Or just a class?
Why do you have type = button to a button component? Isn't that bit redundant?
Different browsers use different default types for the button element
If you don't do type="button", then web browsers default buttons to type="submit". Then submit buttons cause forms to be submitted when clicked. In this case, he didn't want the button to submit a form when clicked.
Exactly. If a form has a button with no type attribute, some browsers will assume that it's supposed to be type="submit" and the button will submit the form. Honestly, it's a case of the browser trying to correct bad coding practices.
"some browsers" including Chrome