
Security News
Feross on the 10 Minutes or Less Podcast: Nobody Reads the Code
Socket CEO Feross Aboukhadijeh joins 10 Minutes or Less, a podcast by Ali Rohde, to discuss the recent surge in open source supply chain attacks.
This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 10.1.0.
This library was generated with Angular CLI version 10.1.0.
Run ng generate component component-name --project spg-lib to generate a new component. You can also use ng generate directive|pipe|service|class|guard|interface|enum|module --project spg-lib.
Note: Don't forget to add
--project spg-libor else it will be added to the default project in yourangular.jsonfile.
Run ng build spg-lib to build the project. The build artifacts will be stored in the dist/ directory.
After building your library with ng build spg-lib, go to the dist folder cd dist/spg-lib and run npm publish.
Run ng test spg-lib to execute the unit tests via Karma.
Run npm install spg-lib
On app.module.ts, import SpgLibModule.forRoot(<TranslationKeys>{ .... }). See TranslationKeys for all possible translation keys to override. If key is not provided, the english default will be used.
On app.module.ts providers section, insert the following:
provider [
....,
{ provide: TRANSLATE_SERVICE_ADAPTER, useExisting: TranslateBridgeService },
....
]
import { Injectable } from '@angular/core';
import { TranslateService } from '@ngx-translate/core';
import { TranslateServiceAdapter } from 'spg-lib';
@Injectable()
export class TranslateBridgeService implements TranslateServiceAdapter {
constructor(private translate: TranslateService) {}
instant(key: string, interpolation?: any) {
return this.translate.instant(key, interpolation);
}
}
On main scss file, add the following import:
@import '~spg-lib/styles/app';
To get more help on the Angular CLI use ng help or go check out the Angular CLI README.
FAQs
This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 10.1.0.
We found that spg-lib 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.

Security News
Socket CEO Feross Aboukhadijeh joins 10 Minutes or Less, a podcast by Ali Rohde, to discuss the recent surge in open source supply chain attacks.

Research
/Security News
Campaign of 108 extensions harvests identities, steals sessions, and adds backdoors to browsers, all tied to the same C2 infrastructure.

Security News
OpenAI rotated macOS signing certificates after a malicious Axios package reached its CI pipeline in a broader software supply chain attack.