A public channel for the Angular community to come talk about Scully and JAMStack strategies in Angular.
:slug
route match another component called BlogPostComponent
npm run build
-> npm run scully
-> npm run scully serve
highlight: (code, lang) => {
if (!Prism.languages[lang]) {
console.error(`Language '${lang}' is not available in Prism.js, ignoring syntax highlighting for this code block.`);
return code;
}