skip to Main Content

SPA API MS Azure SSO

I have an angular frontend and a laravel api backend on different domains using username/password login with jwt token. I have integrated Microsoft Azure AD login with oauth using the following: I have registered the app in Azure, specified my…

VIEW QUESTION

Css – How to set up Angular project to be able to use mixins?

I have an Angular 16 project with this scss files: styles.scss @import url(./assets/scss/mixins.scss); @import url(./assets/scss/elements.scss); assets/scss/mixins.scss @mixin no-text-selection { -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } assets/scss/elements.scss @import './mixins.scss'; input[type='checkbox'] { cursor: pointer; appearance:…

VIEW QUESTION
Back To Top
Search