Python Tutorial in Hindi for everyone | Learn complete python course | Complete python in Hindi 2021,
Python Tutorial in Hindi for everyone | Learn complete python course | python for data science 2021 ,
python in hindi,datascience in hindi,Python Tutorial in Hindi for everyone,python tutorial,python for beginners,python tutorial in hindi,Learn complete python course,Python for data science 2021,python course 2021,machine learning,#python 2021,learn python in hindi,python full course in hindi,python programming tutorial in hindi,python data science hindi,python tutorial for beginners,python for data analytics,hindi tutorial on python,hindi course pythonpython in hindi,datascience in hindi,Python Tutorial in Hindi for everyone,python tutorial,python for beginners,python tutorial in hindi,Learn complete python course,Python for data science 2021,python course 2021,machine learning,python 2021,learn python in hindi,python full course in hindi,python programming tutorial in hindi,python data science hindi,python tutorial for beginners,python for #data #analytics,hindi tutorial on python,hindi course python
Angular 8 File Structure e2e(end-to-end) – This folder contains test cases for testing the complete application along with its specific configuration files. node_modules – Contains all the node-modules used in the angular application. src – Complete source code of the application resides in src folder. app – root component of the application. assets – contains all the images or resources used in the application. environments – contains build configuration environments of the application. We can create any target environment and specify its configuration here. index.html – This is the main html page which is rendered when someone opens your website or application. main.ts – This is the main entry point of the angular application which compiles the AppModule and renders the specified bootstrap component in the browser. styles.css – Contains all the styles to be used as globally in the application....
Comments
Post a Comment