首页
磁力链接怎么用
한국어
English
日本語
简体中文
繁體中文
[Tutorialsplanet.NET] Udemy - MEAN Stack E-Commerce App Angular 12, NX, PrimeNg [2021]
文件类型
收录时间
最后活跃
资源热度
文件大小
文件数量
视频
2022-1-8 13:13
2024-12-25 00:12
263
11.26 GB
184
磁力链接
magnet:?xt=urn:btih:23495d2c4da1113fe20150b172996dfdcba1f124
迅雷链接
thunder://QUFtYWduZXQ6P3h0PXVybjpidGloOjIzNDk1ZDJjNGRhMTExM2ZlMjAxNTBiMTcyOTk2ZGZkY2JhMWYxMjRaWg==
二维码链接
种子下载(838888不存储任何种子文件)
种子下载线路1(迅雷)--推荐
种子下载线路2(比特彗星)
种子下载线路3(torcache)
3条线路均为国内外知名下载网站种子链接,内容跟本站无关!
相关链接
Tutorialsplanet
NET
Udemy
-
MEAN
Stack
E-Commerce
App
Angular
12
NX
PrimeNg
2021
文件列表
01 Welcome to the course/001 What Are We Going to Do_.mp4
27.86MB
01 Welcome to the course/002 What is MEAN Stack_.mp4
19.24MB
01 Welcome to the course/003 Who can take this course_ Course Prerequisites.mp4
14.87MB
01 Welcome to the course/004 Course Q_A and How to Get Most of It_.mp4
18.88MB
02 Tools and Environment/001 Installing our Coding Editor (IDE) + Extensions.mp4
40.46MB
02 Tools and Environment/002 Installing Nodejs.mp4
8.44MB
02 Tools and Environment/003 Configure MongoBD Atlas.mp4
13.85MB
02 Tools and Environment/004 Installing PostMan to Test our API's.mp4
8.89MB
03 Starting With The Backend/001 Introduction.mp4
7.07MB
03 Starting With The Backend/002 Overview to our RESTful API.mp4
11.22MB
03 Starting With The Backend/003 Creating the Backend Server with Express.mp4
34.8MB
03 Starting With The Backend/004 Reading Environment Variables.mp4
27.9MB
03 Starting With The Backend/005 Create First API Call & Parsing Json Data.mp4
38.96MB
03 Starting With The Backend/007 Logging API Requests.mp4
17.8MB
03 Starting With The Backend/008 Installing Mongoose and Connect to MongoDB Database.mp4
61.24MB
03 Starting With The Backend/009 Using MongoDB Compass.mp4
16.57MB
03 Starting With The Backend/010 Optional_ Seeding Database.mp4
10.01MB
03 Starting With The Backend/011 Read_Write Data to Database Using API.mp4
96.32MB
03 Starting With The Backend/012 Analysing the E-Shop Database.mp4
32.57MB
03 Starting With The Backend/013 Create Backend API Routes & Schemas.mp4
76.59MB
03 Starting With The Backend/014 Enabling CORS & Why Do We Need It_.mp4
20.56MB
04 Backend _ Products & Categories/001 Introduction.mp4
18.59MB
04 Backend _ Products & Categories/002 Products Model & Schema.mp4
44.69MB
04 Backend _ Products & Categories/003 Categories Model & Schema.mp4
8.42MB
04 Backend _ Products & Categories/004 Add and Delete Categories.mp4
95.5MB
04 Backend _ Products & Categories/005 Get Categories and Category Details.mp4
19.43MB
04 Backend _ Products & Categories/006 Update Category.mp4
28.89MB
04 Backend _ Products & Categories/007 Post a New Product REST API.mp4
45.34MB
04 Backend _ Products & Categories/008 Get a Product & List of Products REST API.mp4
27.24MB
04 Backend _ Products & Categories/009 Show Category Details in the Product - Populate.mp4
23.53MB
04 Backend _ Products & Categories/010 Update a Product REST API.mp4
28.73MB
04 Backend _ Products & Categories/011 Delete a Product REST API and Validate Id.mp4
32.38MB
04 Backend _ Products & Categories/012 Get Products Count for Statistics Purposes.mp4
30.36MB
04 Backend _ Products & Categories/013 Get Featured Products REST API.mp4
42.95MB
04 Backend _ Products & Categories/014 Filtering and Getting Products by Category.mp4
54.5MB
04 Backend _ Products & Categories/015 Changing __id_ key to _id_ - more frontend friendly.mp4
12.86MB
05 Backend _ Users & Authentication/001 Introduction.mp4
26.67MB
05 Backend _ Users & Authentication/002 Users Model & Schema.mp4
16.68MB
05 Backend _ Users & Authentication/003 Post_Register a New User REST API.mp4
37.15MB
05 Backend _ Users & Authentication/004 Hashing the User Password.mp4
20.49MB
05 Backend _ Users & Authentication/005 Get User and List of Users Excluding Password.mp4
22.58MB
05 Backend _ Users & Authentication/006 Update User Data With_Without Password.mp4
39.04MB
05 Backend _ Users & Authentication/007 Login a User REST API & Creating a Token.mp4
83.3MB
05 Backend _ Users & Authentication/008 Protecting the API and Authentication JWT Middleware.mp4
42.66MB
05 Backend _ Users & Authentication/009 Authentication Error Handling.mp4
36.07MB
05 Backend _ Users & Authentication/010 Excluding REST API Routes From Authentication.mp4
48.68MB
05 Backend _ Users & Authentication/011 Add More Secret User Information to Token.mp4
18.79MB
05 Backend _ Users & Authentication/012 Users & Admins.mp4
46.41MB
05 Backend _ Users & Authentication/013 Get User Count REST API.mp4
22.21MB
06 Backend _ Orders/001 Introduction.mp4
9.36MB
06 Backend _ Orders/002 Orders & Order-Items Model & Scheme.mp4
33.71MB
06 Backend _ Orders/003 Array of Refs - Example of Link Order to Order Items to Products.mp4
8.36MB
06 Backend _ Orders/004 New Order & Create Order Items on Posting New Order.mp4
95.77MB
06 Backend _ Orders/005 Get Order Detail and Populate Products in Order Items and User Data.mp4
68.01MB
06 Backend _ Orders/006 Update Order Status & Delete Order.mp4
38.2MB
06 Backend _ Orders/007 Explaining the Solution.mp4
17.25MB
06 Backend _ Orders/008 Calculating Total Price of one Order.mp4
67.6MB
06 Backend _ Orders/009 Get Total E-Shop Sales using $sum.mp4
57.36MB
06 Backend _ Orders/010 Getting User Orders.mp4
29.03MB
07 Backend_ Product Image & Gallery Upload/001 Introduction.mp4
12.95MB
07 Backend_ Product Image & Gallery Upload/002 Configure Server Side Upload.mp4
95.2MB
07 Backend_ Product Image & Gallery Upload/003 Testing Image Upload with Postman.mp4
31.54MB
07 Backend_ Product Image & Gallery Upload/004 Validating Uploaded File Types.mp4
52.03MB
07 Backend_ Product Image & Gallery Upload/005 Image Upload With Product Post Request.mp4
11.58MB
07 Backend_ Product Image & Gallery Upload/006 Product Gallery Multiple Images Upload.mp4
66.24MB
07 Backend_ Product Image & Gallery Upload/007 Image Upload With Product PUT Request.mp4
25.79MB
07 Backend_ Product Image & Gallery Upload/008 Static Folder & Excluding Uploads Folder From Authentication.mp4
20.83MB
08 Starting with Frontend/001 E-Commerce NgShop - App Page Structure.mp4
24MB
08 Starting with Frontend/002 Creating Project Folder and Installing Angular.mp4
16.92MB
08 Starting with Frontend/003 Components, Modules, Services in Angular.mp4
12.57MB
09 NX Monorepo/001 What is NX & MonoRepo_.mp4
37.21MB
09 NX Monorepo/002 Overview on NX Real World Example - E-Shop.mp4
55.21MB
09 NX Monorepo/003 Installing NX.mp4
7.99MB
09 NX Monorepo/004 Installing Extensions for Rapid Coding.mp4
26.7MB
10 NX_ Basic Structure for E-Shop App + Admin Panel App/001 Creating Nx workspace for Your Team or Company.mp4
62.37MB
10 NX_ Basic Structure for E-Shop App + Admin Panel App/002 Creating the Applications (Admin Panel App).mp4
22.55MB
10 NX_ Basic Structure for E-Shop App + Admin Panel App/003 Creating Application-Level Components.mp4
55.18MB
10 NX_ Basic Structure for E-Shop App + Admin Panel App/004 Creating Routes.mp4
33.06MB
10 NX_ Basic Structure for E-Shop App + Admin Panel App/005 Master Page with Header & Footer Components.mp4
23.84MB
10 NX_ Basic Structure for E-Shop App + Admin Panel App/006 Naming Component Selector Rules with ESLint.mp4
24.46MB
10 NX_ Basic Structure for E-Shop App + Admin Panel App/007 NX ESLint_ Enabling Live Coding Linting.mp4
45.1MB
10 NX_ Basic Structure for E-Shop App + Admin Panel App/008 NX VSCode Extension.mp4
37.38MB
11 NX_ Shared Libraries/001 Creating Shared Libraries Through Command Line Using NPX.mp4
43.15MB
11 NX_ Shared Libraries/002 Creating Shared Libraries Through NX Extension.mp4
49.95MB
11 NX_ Shared Libraries/003 Creating Components Inside Libraries and Use them in the Apps.mp4
107.49MB
11 NX_ Shared Libraries/004 How to Call Libraries_ Check Paths.mp4
17.12MB
12 NX_ Shared Styling Files/001 What about Shared Style Files_.mp4
48.37MB
12 NX_ Shared Styling Files/002 Structuring Style Files For Applications (NgShop + Admin).mp4
159.52MB
12 NX_ Shared Styling Files/003 Installing 3rd Party Libraries and Include Styles.mp4
67.98MB
12 NX_ Shared Styling Files/004 Installing PrimeNG.mp4
36.61MB
12 NX_ Shared Styling Files/005 Using PrimeNG Components in Our Project.mp4
18.64MB
12 NX_ Shared Styling Files/006 Override PrimeNG Fonts.mp4
12.92MB
12 NX_ Shared Styling Files/007 Installing The Grid System.mp4
24.49MB
13 Admin Panel Application/001 Introduction - Admin Panel Overview.mp4
17.55MB
13 Admin Panel Application/002 Building the Main Shell.mp4
49.26MB
13 Admin Panel Application/003 Creating The Routes and Show Shell.mp4
27.48MB
13 Admin Panel Application/004 Admin Panel Navigation Sidebar.mp4
86.56MB
13 Admin Panel Application/005 Disable Backend Authentication For API's For Frontend Purpose.mp4
13.72MB
14 Admin Panel_ Categories/001 Categories List Table.mp4
133.17MB
14 Admin Panel_ Categories/002 Categories Service - Get Data from Backend.mp4
63.04MB
14 Admin Panel_ Categories/003 Call getCategories Service in Categories-List Component.mp4
51.34MB
14 Admin Panel_ Categories/004 Add Categories Form - Use PrimeNG Forms.mp4
72.61MB
14 Admin Panel_ Categories/005 Add Categories Form - Bind Form Data.mp4
113.41MB
14 Admin Panel_ Categories/006 Add Categories Form - Send Data to Backend.mp4
115.51MB
14 Admin Panel_ Categories/007 Delete a Category with Confirmation Dialog.mp4
111.29MB
14 Admin Panel_ Categories/008 Edit a Category.mp4
207.96MB
14 Admin Panel_ Categories/009 Add Color Picker for Category Color.mp4
69.46MB
14 Admin Panel_ Categories/010 Refactoring Code & Beautify Categories Table with More Features.mp4
68.03MB
14 Admin Panel_ Categories/011 ESLint Fixes.mp4
45.93MB
14 Admin Panel_ Categories/012 Refactoring and Use Environment Variables for API's.mp4
133.52MB
15 Admin Panel_ Products/002 Products List Table.mp4
86.59MB
15 Admin Panel_ Products/003 Products Service and Get Products From the Database.mp4
69.98MB
15 Admin Panel_ Products/004 Show the Product Image in the Table.mp4
22.3MB
15 Admin Panel_ Products/005 Build Products Form Template.mp4
120.59MB
15 Admin Panel_ Products/006 Dropdown for Product Categories with Filter.mp4
43.66MB
15 Admin Panel_ Products/007 HTML Editor for Product Detailed Description.mp4
40.43MB
15 Admin Panel_ Products/008 Product Image Upload Field with Thumbnail Display.mp4
81.64MB
15 Admin Panel_ Products/009 Submit a New Product as FormData.mp4
164.61MB
15 Admin Panel_ Products/010 Edit a product.mp4
84.63MB
15 Admin Panel_ Products/011 Dynamic Validation - Image Field Is Not Required In Edit Mode.mp4
38.68MB
15 Admin Panel_ Products/012 Add Products Table Pagination.mp4
11.94MB
16 Admin Panel_ Users/002 Users List Table and User Services.mp4
59.62MB
16 Admin Panel_ Users/003 Users Form Add and Edit.mp4
79.4MB
16 Admin Panel_ Users/005 Retrieving Countries to Dropdown Using i18n-iso-countries.mp4
85.4MB
17 Admin Panel_ Orders/002 Create Orders Components - Table, Details and Services.mp4
111.26MB
17 Admin Panel_ Orders/003 Order Status.mp4
66.87MB
17 Admin Panel_ Orders/004 Order Details Component.mp4
126.66MB
17 Admin Panel_ Orders/005 Display Order Items with Subtotal Prices.mp4
83.94MB
17 Admin Panel_ Orders/006 Order Address and Customer Info.mp4
24.26MB
17 Admin Panel_ Orders/007 Update Order Status.mp4
149.84MB
18 Admin Panel_ Login & Authentication/002 Login Page.mp4
169.64MB
18 Admin Panel_ Login & Authentication/003 Login Service and Retrieve the Token.mp4
115.09MB
18 Admin Panel_ Login & Authentication/004 Create Local Storage Service and Store Token.mp4
65.19MB
18 Admin Panel_ Login & Authentication/005 Create Admin Panel Route Guard.mp4
97.72MB
18 Admin Panel_ Login & Authentication/006 Read Token Data - isAdmin and Expiration.mp4
88.27MB
18 Admin Panel_ Login & Authentication/007 Enable Back Backend Authentication For API's.mp4
13.95MB
18 Admin Panel_ Login & Authentication/008 Intercept HTTP requests with Token.mp4
99.41MB
18 Admin Panel_ Login & Authentication/009 Logout User.mp4
39.31MB
19 Admin Panel_ Dashboard/001 Dashboard Styling.mp4
84.9MB
20 Admin Panel_ Refactoring/001 Routes Refactoring.mp4
69.87MB
20 Admin Panel_ Refactoring/002 End Subscriptions for Performance.mp4
74.28MB
21 NgShop App_ Home Page/001 Architecture of the Components in the Repository.mp4
11.49MB
21 NgShop App_ Home Page/002 Preparing Structure and Styles.mp4
34.51MB
21 NgShop App_ Home Page/003 Styling the Header.mp4
95.71MB
21 NgShop App_ Home Page/004 Product Search Component.mp4
86.53MB
21 NgShop App_ Home Page/005 Banner Components & Removing Library in NX.mp4
145.36MB
21 NgShop App_ Home Page/006 Animate Banner.mp4
64.22MB
21 NgShop App_ Home Page/007 Overriding PrimeNG Button Style.mp4
57.47MB
21 NgShop App_ Home Page/008 Categories Banner.mp4
234.11MB
21 NgShop App_ Home Page/009 Product Item.mp4
110.27MB
21 NgShop App_ Home Page/010 Featured Products Banner.mp4
76.32MB
21 NgShop App_ Home Page/011 Styling Product Item.mp4
37.34MB
22 NgShop App_ Products/001 Products Page Overview.mp4
7.63MB
22 NgShop App_ Products/002 Products Page - Reuse Components.mp4
150.07MB
22 NgShop App_ Products/003 Filtering Products by Category.mp4
176.95MB
22 NgShop App_ Products/004 Category Page.mp4
119.2MB
22 NgShop App_ Products/005 Product Details Page.mp4
293.84MB
22 NgShop App_ Products/006 Product Gallery Image Component.mp4
253.43MB
23 NgShop App_ Cart & CheckOut/001 Cart Service and Initialize Cart in LocalStorage.mp4
96MB
23 NgShop App_ Cart & CheckOut/002 Add Products To Cart.mp4
179.11MB
23 NgShop App_ Cart & CheckOut/003 Restore Shopping Cart on Reload.mp4
18.9MB
23 NgShop App_ Cart & CheckOut/004 Observe Cart - Count Badge in The Header.mp4
192.64MB
23 NgShop App_ Cart & CheckOut/005 Add Product To Cart With Quantity.mp4
51.55MB
23 NgShop App_ Cart & CheckOut/006 Cart Page Template.mp4
182.07MB
23 NgShop App_ Cart & CheckOut/007 Connect the Cart with Products.mp4
59.93MB
23 NgShop App_ Cart & CheckOut/008 Remove Circular Dependencies Between Libraries.mp4
125.96MB
23 NgShop App_ Cart & CheckOut/009 Remove Products From Cart.mp4
89.7MB
23 NgShop App_ Cart & CheckOut/010 Order Summery Widget.mp4
81.35MB
23 NgShop App_ Cart & CheckOut/011 Update Cart Item Quantity.mp4
111.85MB
23 NgShop App_ Cart & CheckOut/012 Checkout Page.mp4
165.57MB
23 NgShop App_ Cart & CheckOut/013 Placing Order.mp4
215.37MB
23 NgShop App_ Cart & CheckOut/014 Thank you Page.mp4
66.54MB
23 NgShop App_ Cart & CheckOut/191 order-summary.component.ts
1.15KB
23 NgShop App_ Cart & CheckOut/193 checkout-page.component.ts
1.49KB
24 Refactoring/001 Linting Project with NX Lint.mp4
144.04MB
24 Refactoring/002 NX Migrate_ Updating The Project to Latest Version.mp4
101.54MB
25 Backend Deployment/001 Installing Heroku and Prepare Git.mp4
42.37MB
25 Backend Deployment/002 Optional_ Creating Production Database.mp4
27.35MB
25 Backend Deployment/003 Setting Development and Product Environment Variables.mp4
44.87MB
25 Backend Deployment/004 Deploy the App and Test It.mp4
102.96MB
26 Frontend Apps Deployment/001 Preparing Git and Github Pages.mp4
35.97MB
26 Frontend Apps Deployment/002 Building Frontend Apps.mp4
32.21MB
26 Frontend Apps Deployment/003 Deploying Frontend Apps to Github Pages.mp4
104.04MB
26 Frontend Apps Deployment/004 Building Multiple APP's, Create Scripts.mp4
68.34MB
友情提示
不会用的朋友看这里 把磁力链接复制到离线下载,或者bt下载软件里即可下载文件,或者直接复制迅雷链接到迅雷里下载! 亲,你造吗?将网页分享给您的基友,下载的人越多速度越快哦!
违规内容投诉邮箱:
[email protected]
概述 838888磁力搜索是一个磁力链接搜索引擎,是学术研究的副产品,用于解决资源过度分散的问题 它通过BitTorrent协议加入DHT网络,实时的自动采集数据,仅存储文件的标题、大小、文件列表、文件标识符(磁力链接)等基础信息 838888磁力搜索不下载任何真实资源,无法判断资源的合法性及真实性,使用838888磁力搜索服务的用户需自行鉴别内容的真伪 838888磁力搜索不上传任何资源,不提供Tracker服务,不提供种子文件的下载,这意味着838888磁力搜索 838888磁力搜索是一个完全合法的系统