I am working on the angular 2 application. I just started the application and as its new technology, I am not aware of lot of the things. I successfully created the template and added component like header, footer, navigation etc. The issue is that once I add the component and remove it the rendered page still shows that component on the page. I googled for the issue and people are suggesting that I need to use APP_VIEW_POOL_CAPACITY but I am not sure how and where to use it ? if you guys help and If you can provide me plunker then it would be great help.
            Asked
            
        
        
            Active
            
        
            Viewed 1,145 times
        
    1
            
            
         
    
    
        user3739018
        
- 2,489
- 3
- 16
- 25
- 
                    Ctrl+F5 (Chrome) fixes it? – Günter Zöchbauer Mar 30 '16 at 15:30
- 
                    No, Ctrl+F5 is not working. even I also tried in incognito mode. – user3739018 Mar 30 '16 at 15:34
- 
                    Sounds like a server issue then. – Günter Zöchbauer Mar 30 '16 at 15:35
- 
                    @user3739018 you're the one who has to provide a plnkr. Besides that `APP_VIEW_POOL_CAPACITY` was removed in beta.1 – Eric Martinez Mar 30 '16 at 15:35
- 
                    clear the cache manually may fix your problem by pressing `Ctrl+shift+del` and press `clear now` button in `FF`. Similar way in different browsers. – micronyks Mar 30 '16 at 15:55
- 
                    for development you can just use 'disable cache checkbox' in Chrome console (network tab), for production I use angular-webpack-starter https://github.com/AngularClass/angular2-webpack-starter. Tell me if you need detailed explanation – Victor Bredihin Jan 27 '17 at 00:42
- 
                    Check out this answer: http://stackoverflow.com/questions/34808023/how-to-clear-template-cache – bytebender Mar 02 '17 at 05:25
- 
                    Possible duplicate of [How to clear template cache](http://stackoverflow.com/questions/34808023/how-to-clear-template-cache) – bytebender Mar 02 '17 at 05:26