ngx-meta
Dynamic page title & meta tags utility for Angular (w/server-side rendering)
File Explorer
Download Latest Version (.zip)- config.yml
- CODEOWNERS
- ISSUE_TEMPLATE.md
- PULL_REQUEST_TEMPLATE.md
- meta-settings.ts
- page-title-positioning.ts
- index.ts
- meta.guard.ts
- meta.loader.ts
- meta.module.ts
- meta.service.ts
- util.ts
- common.ts
- meta.loader.spec.ts
- meta.service.spec.ts
- util.spec.ts
- CHANGELOG.md
- ng-package.json
- package.json
- README.md
- helpers.ts
- packager.ts
- tsconfig.package.json
- jest.setup.ts
- tslint.json
- .editorconfig
- .gitignore
- .lintstagedrc
- .prettierignore
- .prettierrc
- CHANGELOG.md
- CODE_OF_CONDUCT.md
- commitlint.config.js
- CONTRIBUTING.md
- lerna.json
- LICENSE
- package.json
- README.md
- tsconfig.json
- tsconfig.lint.json
- tslint.json
- yarn.lock
# Installation Guide
1. Get the code
git clone https://github.com/fulls1z3/ngx-meta
Downloads the entire project code from GitHub to your computer.
cd ngx-meta
Moves into the project folder you just downloaded.
2. Node.js
Easy RecommendedPrerequisites
npm install
Downloads and installs the libraries listed in package.json.
npm start
Starts the development/run server.
After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.
// repository documentation
Was this content helpful?
(0 ratings)
