I'm using Fullcalendar v5 in our Angular project and want to change, lets say, the Fullcalendar toolbar title color and size. In my styles.scss I added followin
This is my first time experimenting with R. I currently have a dataset called mydata that includes various categories. I need to somehow determine the number of
I pretty sure there used to be a KB shortcut to "extract a class to a separate file". Am I wrong or where did it go? I tend to write several classes/structs in
In the following example, I have 2 constructors: one that takes a String and one that takes a custom object. On this custom object a method "getId()" exists whi
I configured routing module as following: const routes: Routes = [ { path: "engineering/:branches", component: BranchesTabsComponent }, {
I need to replace slash character by "-". I mean: [ "1934/08/20", "1961/01/10", "1952/01/25", "1967/07/24" ] I need: [ "1934-0820", "1961-01-10",