skip to Main Content

import Angular Firebase into a project

I'm trying to import Angular firebase into a project import * as firebase from "firebase" falls into error Cannot find module 'firebase' or its corresponding type declarations .ts(2307) and I ran the command to install @angular/firebase: npm I firebase @angular/fire…

VIEW QUESTION

Read a variable from tsx to scss file – Reactjs

I need to make a custom component in stencil where the color is dynamic. Any way to take the value of variable from tsx and access it on scss file. The code is below. https://stackblitz.com/edit/stenicil-starter-component-oeyzhz?file=src%2Fcomponents%2Fmy-component%2Fmy-component.tsx&file=src%2Fcomponents%2Fmy-component%2Fmy-component.css

VIEW QUESTION
Back To Top
Search