Skip to content
This repository has been archived by the owner on Aug 27, 2024. It is now read-only.

feat(demo-app): update meta data for site #60

Merged
merged 8 commits into from
Jan 6, 2023
Merged

Conversation

peterjokumsen
Copy link
Contributor

🎉 Description

Update to set meta tags for page when title set. Will consume meta tags from route data.metaTags if set for the current primary navigation.

Fixes #44

🚀 Type of change

  • 🆕 New feature (non-breaking change which adds functionality)

🧪 How Has This Been Tested?

  • Created temporary routes to confirm route stepping works
  • On navigating to home page, description set as defined in route data

🧾 Checklist:

  • My code follows the style guidelines of this project
  • I have performed a self-review of my own code
  • My changes generate no new warnings
  • I have added tests that prove my fix is effective or that my feature works
  • New and existing unit tests pass locally with my changes

@peterjokumsen peterjokumsen added documentation ✍️ Improvements or additions to documentation enhancement 💡 New feature or request labels Jan 6, 2023
@peterjokumsen peterjokumsen requested a review from a team January 6, 2023 11:47
@peterjokumsen peterjokumsen self-assigned this Jan 6, 2023
@peterjokumsen peterjokumsen enabled auto-merge (squash) January 6, 2023 11:48
@sonarqubecloud
Copy link

sonarqubecloud bot commented Jan 6, 2023

[ng-libs | Demo App] Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

90.2% 90.2% Coverage
0.0% 0.0% Duplication

@github-actions
Copy link
Contributor

github-actions bot commented Jan 6, 2023

Azure Static Web Apps: Your stage site is ready! Visit it here: https://ashy-flower-0950bd703-60.westeurope.2.azurestaticapps.net

@peterjokumsen peterjokumsen merged commit c9132b5 into main Jan 6, 2023
@peterjokumsen peterjokumsen deleted the add-meta-tags branch January 6, 2023 17:00
peterjokumsen added a commit that referenced this pull request Feb 27, 2023
🤖 I have created a release *beep* *boop*
---


<details><summary>ng-libs: 2.1.0</summary>

##
[2.1.0](ng-libs-v2.0.0...ng-libs-v2.1.0)
(2023-02-27)


### Features

* **demo-app:** add navigation
([#76](#76))
([bfc9cb5](bfc9cb5))
* **demo-app:** add packages page
([#68](#68))
([233177b](233177b))
* **demo-app:** update meta data for site
([#60](#60))
([c9132b5](c9132b5))


### Bug Fixes

* **config:** update release config
([bd2a00d](bd2a00d))
* **deps:** update angular monorepo to ~15.1.0
([addf4fd](addf4fd))
* **deps:** update angular monorepo to ~15.2.0
([#114](#114))
([2823441](2823441))
* **deps:** update nrwl monorepo to v15.4.5
([85ac337](85ac337))
* **deps:** update nrwl monorepo to v15.6.3
([5cfe534](5cfe534))
* **deps:** update nrwl monorepo to v15.7.2
([#104](#104))
([9b06861](9b06861))
* **layout:** update package metadata
([#70](#70))
([757061e](757061e))
</details>

<details><summary>layout: 2.0.1</summary>

##
[2.0.1](layout-v2.0.0...layout-v2.0.1)
(2023-02-27)


### Bug Fixes

* **deps:** update angular monorepo to ~15.1.0
([addf4fd](addf4fd))
* **deps:** update angular monorepo to ~15.2.0
([#114](#114))
([2823441](2823441))
* **layout:** update package metadata
([#70](#70))
([757061e](757061e))
</details>

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).

Co-authored-by: chill-viking Release <124516721+release-chill-viking@users.noreply.github.com>
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
documentation ✍️ Improvements or additions to documentation enhancement 💡 New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

feat(demo-app): add meta tags to index.html
2 participants