[NG] Add new sections
See original GitHub issueDesired Situation
Add the following, new component sections on Layer-ng:
- Do I need a service mesh?
- What is a service mesh?
Contributor Resources
The layer5
repo contains two websites. The current generation and the next-generation of the layer5.io site.
If the layer5-ng
label is absent on this issue, then this issue pertains to the current generation of the layer5.io website, which uses Jekyll and GitHub Pages. Site content is found under the master
branch.
If the layer5-ng
label is present on this issue, then this issue pertains to the next-generation of the layer5.io website, which uses Gatsby, Strapi, and GitHub Pages. Site content is found under the layer5-ng
branch.
Issue Analytics
- State:
- Created 3 years ago
- Comments:6 (6 by maintainers)
Top Results From Across the Web
Angular components overview
Run the ng generate component <component-name> command, where <component-name> is the name of your new component. By default, this command creates the following ......
Read more >How to create a new component in Angular 4 using CLI
1) first go to your Project Directory · 2) then Run below Command in terminal. ng generate component componentname. OR ng g component ......
Read more >ng-section - npm
Run ng build ng-section to build the project. The build artifacts will be stored in the dist/ directory. Publishing. After building your library ......
Read more >How to Create and Use Your Own Components in Angular
Create a new Angular application using ng new or open an existing one. · Open the command prompt or terminal. · In the...
Read more >ng generate component using the CLI - Pluralsight
These are the two main ways to generate a new component in Angular: using ng g c <component_name> , and using ng generate...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@OmkarPh Take it away 👍🏻
Closing with #1213, #1294