• Stars
    star
    334
  • Rank 125,966 (Top 3 %)
  • Language
    TypeScript
  • License
    MIT License
  • Created almost 8 years ago
  • Updated about 2 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Dynamic page title & meta tags utility for Angular (w/server-side rendering)

ngx-meta

Dynamic page title & meta tags generator for Angular

CircleCI coverage tested with jest Conventional Commits Greenkeeper badge Angular Style Guide

Please support this project by simply putting a Github star. Share this library with friends on Twitter and everywhere else you can.

ngx-meta updates the page title and meta tags every time the route changes, based on Angular app's route configuration.

  • When the Angular app uses server-side rendering, the meta tags and page titles generated by ngx-meta successfully appear on HTML source, due to its platform-free workflow. This allows the SPA to be crawled and rendered by the search engines, as well as sharing the website link on social networks (facebook, twitter, etc).
  • It also supports resolving values using a callback function to use a custom logic on the meta tag contents (http-get, @ngx-translate/core, etc.).

Packages:

Name Description NPM
@ngx-meta/core Dynamic page title & meta tags generator for Angular npm version

Examples

Contributing

If you want to file a bug, contribute some code, or improve documentation, please read up on the following contribution guidelines:

Thanks to

  • JetBrains, for their support to this open source project with free WebStorm licenses.

License

The MIT License (MIT)

Copyright (c) 2019 Burak Tasci

More Repositories

1

universal

Seed project for Angular Universal apps featuring Server-Side Rendering (SSR), Webpack, CLI scaffolding, dev/prod modes, AoT compilation, HMR, SCSS compilation, lazy loading, config, cache, i18n, SEO, and TSLint/codelyzer
TypeScript
703
star
2

angular-tslint-rules

Shared TSLint & codelyzer rules to enforce a consistent code style for Angular development
JavaScript
172
star
3

ngx-cache

Cache utility for Angular
TypeScript
155
star
4

ngx-config

Configuration utility for Angular
TypeScript
144
star
5

ngx-auth

Auth0 platform implementation and JWT authentication utility for Angular & Angular Universal
TypeScript
57
star
6

fullstack-monorepo

Polyglot monorepo starter project
TypeScript
53
star
7

azure-functions-typescript

Seed project for backend development on Azure Functions with TypeScript
TypeScript
45
star
8

ngx-i18n-router

Route internationalization utility for Angular
TypeScript
35
star
9

example-app

Example app showcasing fulls1z3's Angular libraries
TypeScript
27
star
10

ngx-universal

Server platform libraries for Angular
25
star
11

azure-functions-ts-essentials

Essential interfaces and tools for backend development on Azure Functions with TypeScript
TypeScript
21
star
12

ngx-translate

Loader for @ngx-translate that provides translations to browser/server platforms
TypeScript
17
star
13

xunit-orderer

Implementation of ITestCaseOrderer enforcing xUnit to run the facts in strict order
C#
15
star
14

go-kit-example

Crash course on go-kit
Go
5
star
15

azure-functions-mongooser

Mongoose-based RESTful API implementation on Azure Functions with TypeScript
TypeScript
4
star
16

node-tslint-rules

Shared TSLint rules to enforce a consistent code style for Node.js development with TypeScript
JavaScript
3
star
17

html-elements-webpack-plugin

Webpack plugin to append head elements during the creation of index.html
JavaScript
3
star
18

elasticizer

Lightweight ElasticSearch repository implementation for .NET
C#
3
star
19

azure-functions-elasticizer

Elasticsearch-based RESTful API implementation on Azure Functions with TypeScript
TypeScript
2
star