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
I see this error while building the philosophy theme
ERROR in src/app/home/home.component.html(10,4): : Property 'updateMasonryLayout' does not exist on type 'HomeComponent'.
Please help.
The text was updated successfully, but these errors were encountered:
I don't see any errors compiling and running Philosophy theme from the source. Try to follow steps in this video - maybe you missed something.
Sorry, something went wrong.
I could build the 'bix' theme, but failed to build the 'philosophy' theme. Here is the outcome:
PS C:\Users\12345\source\repos\themes\philosophy> ng build chunk {main} main-es2015.js, main-es2015.js.map (main) 81.1 kB [initial] [rendered] chunk {polyfills} polyfills-es2015.js, polyfills-es2015.js.map (polyfills) 251 kB [initial] [rendered] chunk {runtime} runtime-es2015.js, runtime-es2015.js.map (runtime) 6.09 kB [entry] [rendered] chunk {scripts} scripts.js, scripts.js.map (scripts) 14.4 kB [entry] [rendered] chunk {vendor} vendor-es2015.js, vendor-es2015.js.map (vendor) 4.2 MB [initial] [rendered] Date: 2020-09-25T07:53:43.676Z - Hash: af84f9e31056364034e5 - Time: 25095ms chunk {main} main-es5.js, main-es5.js.map (main) 85.1 kB [initial] [rendered] chunk {polyfills} polyfills-es5.js, polyfills-es5.js.map (polyfills) 558 kB [initial] [rendered] chunk {runtime} runtime-es5.js, runtime-es5.js.map (runtime) 6.09 kB [entry] [rendered] chunk {scripts} scripts.js, scripts.js.map (scripts) 14.4 kB [entry] [rendered] chunk {styles} styles-es5.js, styles-es5.js.map (styles) 98.3 kB [initial] [rendered] chunk {vendor} vendor-es5.js, vendor-es5.js.map (vendor) 4.29 MB [initial] [rendered] Date: 2020-09-25T07:54:18.857Z - Hash: 873326bb7eec63560968 - Time: 34255ms PS C:\Users\12345\source\repos\themes\philosophy> ng build --prod chunk {0} runtime-es2015.3f3fc55b246d2a4b8254.js (runtime) 1.41 kB [entry] [rendered] chunk {1} main-es2015.0ab377bcaf6c30c61c72.js (main) 128 bytes [initial] [rendered] chunk {2} polyfills-es2015.547ec235074708b1301a.js (polyfills) 130 bytes [initial] [rendered] chunk {3} styles.1966277a9d8fc839f029.css (styles) 33 kB [initial] [rendered] chunk {scripts} scripts.9b1207587ef3aa866146.js (scripts) 14.1 kB [entry] [rendered] Date: 2020-09-25T07:56:58.144Z - Hash: fb4a0b2e78f386d70e88 - Time: 10769ms ERROR in src/app/home/home.component.html(10,4): : Property 'updateMasonryLayout' does not exist on type 'HomeComponent'.
Not sure what I am missing.
No branches or pull requests
I see this error while building the philosophy theme
ERROR in src/app/home/home.component.html(10,4): : Property 'updateMasonryLayout' does not exist on type 'HomeComponent'.
Please help.
The text was updated successfully, but these errors were encountered: