You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Maybe this is a silly question.
I try to import hammer.js in .angular-cli.json.
{
"apps": [
{
"scripts": [
"../node_modules/hammerjs/hammer.min.js"
],
}
}
But the mat-slider still can't drag. Is anything missing?
The text was updated successfully, but these errors were encountered:
Maybe this is a silly question.
I try to import hammer.js in .angular-cli.json.
{
"apps": [
{
"scripts": [
"../node_modules/hammerjs/hammer.min.js"
],
}
}
But the mat-slider still can't drag. Is anything missing?
The text was updated successfully, but these errors were encountered: