
Research
Two Malicious Rust Crates Impersonate Popular Logger to Steal Wallet Keys
Socket uncovers malicious Rust crates impersonating fast_log to steal Solana and Ethereum wallet keys from source code.
@sebgroup/ng-bootstrap
Advanced tools
This is a SEB styled theme for ng-bootstrap which includes scss files that are meant to replace the ones provided by ng-bootstrap. See demo for more info and examples. Note that this lib also includes @ng-bootstrap/ng-bootstrap
as a dependency so you don't need to install it yourself unless you want a specific version. Below is a list with minimal versions of libs that are known to work well together.
@sebgroup/ng-bootstrap | @sebgroup/bootstrap | @ng-bootstrap/ng-bootstrap | angular |
---|---|---|---|
1.x.x | 5.x.x | 5.x.x | 8.x.x |
2.x.x | 5.x.x | 9.x.x | 11.x.x |
3.x.x | 6.x.x | 10.x.x | 12.x.x |
The following command will install @sebgroup/ng-bootstrap as well as @ng-bootstrap/ng-bootstrap (since it's a dependency for this lib).
npm install @sebgroup/ng-bootstrap --save
Import NgbModule
to include all ng-bootstrap components to your app or just add the ones you need, like NgModalModule
for example. See example below.
import {NgbModule} from "@ng-bootstrap/ng-bootstrap";
@NgModule({
declarations: [AppComponent],
imports: [
...
NgbModule // <-- Add this line
]
})
Import ng-bootstrap
to include styles for all ng-bootstrap components or pick and choose from the list below to include just the parts you want*.
@import '~@sebgroup/ng-bootstrap/scss/styles/ngb-accordion';
)@import '~@sebgroup/ng-bootstrap/scss/styles/ngb-datepicker';
)@import '~@sebgroup/ng-bootstrap/scss/styles/ngb-dropdown';
)@import '~@sebgroup/ng-bootstrap/scss/styles/ngb-tooltip';
)* Please note that you need some styles from bootstrap too as this theme relies on @sebgroup/bootstrap. See complete example below:
@import '~@sebgroup/bootstrap/scss/styles/core';
@import '~@sebgroup/bootstrap/scss/styles/reboot';
@import '~@sebgroup/bootstrap/scss/styles/modal'; /* needed for modal */
@import '~@sebgroup/bootstrap/scss/styles/animations'; /* needed for modal animations */
@import '~@sebgroup/ng-bootstrap/scss/ng-bootstrap'; /* <-- Add this line */
@import '~@sebgroup/fonts/scss/seb-fonts';
For more info please see the wiki
This project was generated with Angular CLI.
Run ng serve
for a dev server. Navigate to http://localhost:4200/
. The app will automatically reload if you change any of the source files.
Run ng generate component component-name
to generate a new component. You can also use ng generate directive|pipe|service|class|guard|interface|enum|module
.
Run ng build
to build the project. The build artifacts will be stored in the dist/
directory. Use the --prod
flag for a production build.
Run ng test
to execute the unit tests via Karma.
Run ng e2e
to execute the end-to-end tests via Protractor.
To get more help on the Angular CLI use ng help
or go check out the Angular CLI README.
FAQs
A SEB theme for ng-bootstrap
The npm package @sebgroup/ng-bootstrap receives a total of 117 weekly downloads. As such, @sebgroup/ng-bootstrap popularity was classified as not popular.
We found that @sebgroup/ng-bootstrap demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 4 open source maintainers 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.
Research
Socket uncovers malicious Rust crates impersonating fast_log to steal Solana and Ethereum wallet keys from source code.
Research
A malicious package uses a QR code as steganography in an innovative technique.
Research
/Security News
Socket identified 80 fake candidates targeting engineering roles, including suspected North Korean operators, exposing the new reality of hiring as a security function.