We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can you help me with this.
this.$instance.slick is not a function I attached a ss so please look the attachment for detail.
Here are some detail 👍 Angular CLI: 9.0.2 Node: 10.13.0 OS: darwin x64
angular.json file only architect part
"architect": { "build": { "builder": "@angular-devkit/build-angular:browser", "options": { "outputPath": "dist/hagglr", "index": "src/index.html", "main": "src/main.ts", "polyfills": "src/polyfills.ts", "tsConfig": "tsconfig.app.json", "outputHashing": "none", "aot": true, "assets": [ "src/favicon.ico", "src/assets" ], "styles": [ "node_modules/slick-carousel/slick/slick.scss", "node_modules/slick-carousel/slick/slick-theme.scss", "src/assets/css/bootstrap.min.css", "src/styles.scss" ], "scripts": [ "node_modules/jquery/dist/jquery.min.js", "node_modules/slick-carousel/slick/slick.min.js" ] }, Slick version:
"ngx-slick": "^0.2.1", "ngx-slick-carousel": "^0.5.0",
I hope it will help.
Thanks.
The text was updated successfully, but these errors were encountered:
Duplicate of #8
Sorry, something went wrong.
Hi,
It did solve the issue when i change the target in tsconfig.json file.
i change the "target": "es2015", to "target": "es5", it worked .
No branches or pull requests
Can you help me with this.
this.$instance.slick is not a function
I attached a ss so please look the attachment for detail.
Here are some detail 👍
Angular CLI: 9.0.2
Node: 10.13.0
OS: darwin x64
angular.json file only architect part
"architect": {
"build": {
"builder": "@angular-devkit/build-angular:browser",
"options": {
"outputPath": "dist/hagglr",
"index": "src/index.html",
"main": "src/main.ts",
"polyfills": "src/polyfills.ts",
"tsConfig": "tsconfig.app.json",
"outputHashing": "none",
"aot": true,
"assets": [
"src/favicon.ico",
"src/assets"
],
"styles": [
"node_modules/slick-carousel/slick/slick.scss",
"node_modules/slick-carousel/slick/slick-theme.scss",
"src/assets/css/bootstrap.min.css",
"src/styles.scss"
],
"scripts": [
"node_modules/jquery/dist/jquery.min.js",
"node_modules/slick-carousel/slick/slick.min.js"
]
},
Slick version:
I hope it will help.
Thanks.
The text was updated successfully, but these errors were encountered: