
Company News
Socket Named Top Sales Organization by RepVue
Socket won two 2026 Reppy Awards from RepVue, ranking in the top 5% of all sales orgs. AE Alexandra Lister shares what it's like to grow a sales career here.
ngx-page-title
Advanced tools
Angular page title - Here's a non-recursive solution that also fixes the replication of titles in case of path-less or component-less nested routes.
String operations for angular projects
This preview was generated with Stackblitz
This library was generated with Angular CLI version 9.1.9.
To use this package as a service npm i ngx-page-title install this on the root angular project .
Note: Don't forget to run this commend
npm i ngx-page-titleon root folder or else it will throw error.
Import the module on your app.module.ts file as follow.
import { NgxPageTitleModule } from "ngx-page-title";
Then import the module as follow on imports array
NgxPageTitleModule
In your constructor of a required component import the service as follow
import { NgxPageTitleService } from 'ngx-page-title';
Add the dependency on construtor as follows
constructor(private title: NgxPageTitleService) {
this.title.setTitle("title goes here")
}
After importing this library with npm install ngx-page-title, go to the component which is declared under app.module.ts and integrate as below. use it on any component or else declare it on app.component.ts for enabling it global to application.
FAQs
Angular page title - Here's a non-recursive solution that also fixes the replication of titles in case of path-less or component-less nested routes.
We found that ngx-page-title 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.

Company News
Socket won two 2026 Reppy Awards from RepVue, ranking in the top 5% of all sales orgs. AE Alexandra Lister shares what it's like to grow a sales career here.

Security News
NIST will stop enriching most CVEs under a new risk-based model, narrowing the NVD's scope as vulnerability submissions continue to surge.

Company News
/Security News
Socket is an initial recipient of OpenAI's Cybersecurity Grant Program, which commits $10M in API credits to defenders securing open source software.