TomWebwalker / angular-snippets

A place for sharing Angular Snippets

Home Page:https://angularsnippets.dev/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Angular Snippets

All Contributors

A website to find and share code snippets for Angular.

How to add snippets

Follow the below steps to add a snippet to the website.

  • Go to pages -> snippets folder.
  • add a new mdx file with the name of the snippet.
  • add the content in the format below.
---
title: Tile of the snippet
description: description of the snippet
pubDate: (Dare) Feb 20, 2022
contributedBy: "@TwitterHandle"
---

import BlogImage from "@components/BlogImage.astro";
import SourceMap from "@images/source-map.jpg";

Content of the snippet

We accept mdx syntax here.

You can include code snippets like this.

"sourceMap": {
"hidden": true,
}

and images like this.

<BlogImage src={ImagePath} alt="hidden source map for production" />

Tech Stack πŸ› οΈ

Developer Notes πŸ“

Here are some commands that you can run to get started with the project. You can also check all the commands in the package.json

# Install dependencies
pnpm install

# Run the development server
pnpm dev

# Build the project
pnpm build

# Serve the built project
pnpm preview

Contributors

Oliver Erxleben
Oliver Erxleben

πŸ’»
PaweΕ‚ Kubiak
PaweΕ‚ Kubiak

πŸ’»
Santosh Yadav
Santosh Yadav

πŸ’»
Nicolas Frizzarin
Nicolas Frizzarin

πŸ“–
Jay Bell
Jay Bell

πŸ“–
Bartosz Wasilew
Bartosz Wasilew

πŸ“–
Robin Goetz
Robin Goetz

πŸ’»
Chau Tran
Chau Tran

πŸ’» πŸ“–
Pham Huu Hien
Pham Huu Hien

πŸ“–
Nelson Gutierrez
Nelson Gutierrez

πŸ“–
Lucio Aimar
Lucio Aimar

πŸ’»

License βš–οΈ

This repository has MIT License.

About

A place for sharing Angular Snippets

https://angularsnippets.dev/

License:MIT License


Languages

Language:Astro 77.3%Language:TypeScript 18.6%Language:JavaScript 4.1%