This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import { Platform } from '@angular/cdk/platform'; | |
| import { NativeDateAdapter } from '@angular/material'; | |
| import * as dayjs from 'dayjs'; | |
| import 'dayjs/locale/de'; | |
| import * as customParseFormat from 'dayjs/plugin/customParseFormat'; | |
| import * as localizedFormat from 'dayjs/plugin/localizedFormat'; | |
| /** | |
| * Custom Date-Formats and Adapter (using https://github.com/iamkun/dayjs) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # yaml-language-server: $schema=https://json.schemastore.org/github-workflow.json | |
| name: Merge Branch | |
| on: | |
| workflow_dispatch: | |
| jobs: | |
| merge: | |
| name: Merge Branch | |
| runs-on: ubuntu-latest |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "name": "SEO Articles to Github Publish Workflow", | |
| "nodes": [ | |
| { | |
| "parameters": { | |
| "httpMethod": "POST", | |
| "path": "e4e6a932-b0a7-4434-9fa9-ac63500743ac", | |
| "authentication": "headerAuth", | |
| "options": {} | |
| }, |
OlderNewer