All Projects → fulls1z3 → Ngx Meta

fulls1z3 / Ngx Meta

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

Programming Languages

typescript
32286 projects

Projects that are alternatives of or similar to Ngx Meta

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
Stars: ✭ 669 (+102.11%)
Mutual labels:  aot, universal, seo, server-side-rendering
Ngx Cache
Cache utility for Angular
Stars: ✭ 144 (-56.5%)
Mutual labels:  aot, universal, npm-package, angular4
Ngx Config
Configuration utility for Angular
Stars: ✭ 135 (-59.21%)
Mutual labels:  aot, npm-package, angular2, angular4
Fusebox Angular Universal Starter
Angular Universal seed project featuring Server-Side Rendering, @fuse-box bundling, material, firebase, Jest, Nightmare, and more
Stars: ✭ 132 (-60.12%)
Mutual labels:  seo, meta-tags, angular2, angular4
Egeo
EGEO is the open-source UI library used to build Stratio's UI. It includes UI Components, Utilities, Services and much more to build user interfaces quickly and with ease. The library is distributed in AoT mode.
Stars: ✭ 69 (-79.15%)
Mutual labels:  aot, angular2, angular4
Angular Webpack Starter
A complete Angular 6 and Webpack 4 starter seed with minimal and full featured branches. Full featured branch includes: Material Design 2 (Bootstrap 4 branch available as well), @ngrx, HMR, DLLs and optional use of Universal for server-side rendering - Supports AOT (offline) compilation, sync and lazy loading. Karma/Protractor for e2e/unit tests.
Stars: ✭ 911 (+175.23%)
Mutual labels:  aot, universal, angular4
angular4-seed-starter
An angular4 starter with webpack2+aot+lazyload+hmr+scss(个人搭的angular4 starter,使用webpack2,包含aot、lazyload、scss、热替换功能等等)
Stars: ✭ 23 (-93.05%)
Mutual labels:  angular2, angular4, aot
Vuesion
Vuesion is a boilerplate that helps product teams build faster than ever with fewer headaches and modern best practices across engineering & design.
Stars: ✭ 2,510 (+658.31%)
Mutual labels:  seo, server-side-rendering, universal
Ng2 Smart Table
Angular Smart Data Table component
Stars: ✭ 1,590 (+380.36%)
Mutual labels:  aot, angular2, angular4
Ngx Smart Modal
Modal/Dialog component crafted for Angular
Stars: ✭ 256 (-22.66%)
Mutual labels:  npm-package, angular2, angular4
universal
A counterpart to common package to be used with Angular Universal
Stars: ✭ 115 (-65.26%)
Mutual labels:  dom, universal, server-side-rendering
Laravelmetatags
The most powerful and extendable tools for managing SEO Meta Tags in your Laravel project
Stars: ✭ 226 (-31.72%)
Mutual labels:  meta, seo, meta-tags
universal-react-relay-starter-kit
A starter kit for React in combination with Relay including a GraphQL server, server side rendering, code splitting, i18n, SEO.
Stars: ✭ 14 (-95.77%)
Mutual labels:  universal, seo, server-side-rendering
Aspnetcore Angular Universal
ASP.NET Core & Angular Universal advanced starter - PWA w/ server-side rendering for SEO, Bootstrap, i18n internationalization, TypeScript, unit testing, WebAPI REST setup, SignalR, Swagger docs, and more! By @TrilonIO
Stars: ✭ 1,455 (+339.58%)
Mutual labels:  universal, angular2, angular4
ngx-smart-loader
Smart loader handler to manage loaders everywhere in Angular apps.
Stars: ✭ 28 (-91.54%)
Mutual labels:  angular2, npm-package, angular4
Angular Material App
基于最新Angular 9框架与Material 2技术的web中后台前端应用框架。
Stars: ✭ 509 (+53.78%)
Mutual labels:  universal, angular2, angular4
Angular File Uploader
Angular file uploader is an Angular 2/4/5/6/7/8/9/10 + file uploader module with Real-Time Progress Bar, Responsive design, Angular Universal Compatibility, localization and multiple themes which includes Drag and Drop and much more.
Stars: ✭ 92 (-72.21%)
Mutual labels:  npm-package, angular2, angular4
example-app
Example app showcasing fulls1z3's Angular libraries
Stars: ✭ 27 (-91.84%)
Mutual labels:  seo, angular4, aot
Magento 2 Seo
Magento 2 SEO extension will do perfectly for your better SEO. This is a bundle of outstanding features that are auto-active when you install it from Mageplaza without any code modifications. It is also friendly with your store if you need to insert meta keywords and meta descriptions for your product.
Stars: ✭ 99 (-70.09%)
Mutual labels:  meta, seo, meta-tags
Awesome-meta-tags
📙 Awesome collection of meta tags
Stars: ✭ 18 (-94.56%)
Mutual labels:  meta, seo, meta-tags

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].