Security News
Fluent Assertions Faces Backlash After Abandoning Open Source Licensing
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
ng-fweb-sidebar
Advanced tools
#ngFwebSidebar
This repo has the Angular.JS Fracweb sidebar. This allows us to update the sidebar in one repo, then import in those changes into all the other Fracweb repos.
package.json
you want to import it in using an absolute version such as "ng-fweb-sidebar": "1.0.1",
.npm i
grunt watch
running. It will yell at you about errors and it will guide you through the process. Fix one error, then the next error will come up until you are done.this.config
and at the bottom of the config add, the productColor
. Here is an example: this.config = { listOfViews, logoTitle: 'FIS', user: this.user, logout: this.logoutLink, logoLink: 'index', productColor: '#d9534f' }
@import '../../../assets/universal/components/sidebar/sidebar.sass'
with @import 'node_modules/ng-fweb-sidebar/dist/ngFwebSidebar'
import '../../../../assets/universal/components/universal.components.module'
with import 'ng-fweb-sidebar/dist/ngFwebSidebar.js'
'universalComponents',
with 'ngFwebSidebar',
$gray
is not defined. In the place where all the color variables are declared add in $gray: #dedede
FAQs
Angular.JS sidebar for Fractal products
The npm package ng-fweb-sidebar receives a total of 4 weekly downloads. As such, ng-fweb-sidebar popularity was classified as not popular.
We found that ng-fweb-sidebar demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
Research
Security News
Socket researchers uncover the risks of a malicious Python package targeting Discord developers.
Security News
The UK is proposing a bold ban on ransomware payments by public entities to disrupt cybercrime, protect critical services, and lead global cybersecurity efforts.