Rename all component to use slides-prefix and reconfigure angular-cli
See original GitHub issuesomething which is not app
but not as long as presentation?
Issue Analytics
- State:
- Created 6 years ago
- Comments:7
Top Results From Across the Web
Change prefix of component in angular application
STEP 1: Change component-selector in tslint.json · STEP 2: Change prefix in angular.json (if you are using angular 2/4/5 then you can find ......
Read more >Change Component Prefix in Angular
In this approach we will change prefix using angular.json file. Go to the angular.json in the root of your project directory and change...
Read more >How to rename a component in Angular CLI?
1.Rename the component class (VSCode Rename Symbol will update all the references) · 2.Rename @Component selector along with references (use ...
Read more >Changing Prefix Of Angular Component
In this article, we are going to discuss how to change the prefix of a component in Angular.
Read more >Router tutorial: tour of heroes
This tutorial provides an extensive overview of the Angular router. In this tutorial, you build upon a basic router configuration to explore features...
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
@kirjs
slides
?So something like this?
I did a find and replace all on
app-
withslides-
and edited the cli config file. I tested it by creating a new component with the cli and the selector started withslides-
instead ofapp-
.