Learning

Front End

In FrontEnd Displaying Products and on home page displaying products with categories. Next adding products to cart from homepage category page and also adding products to cart in multiple quantities from the single product page.

Next is displaying products added to cart in cart page and also in the drop-down menu with a checkout link.

<IfModule mod_headers.c> 
 Header set X-XSS-Protection "1; mode=block"
 Header always set X-Frame-Options "sameorigin"
 Header set X-Content-Type-Options "nosniff"
 #Header set Content-Security-Policy "default-src 'self'; script-src 'nonce-%{UNIQUE_ID}e' 'self'; style-src 'self' 'unsafe-inline'; object-src 'none'; base-uri 'self';"
</IfModule>

<FilesMatch ".(zip)$">
Order Allow,Deny
Deny from all
</FilesMatch>

----------------------------------------------------

DELIMITER $$
DROP TRIGGER if exists trig_user_master_log;
CREATE TRIGGER trig_user_master_log BEFORE UPDATE ON user_master 
FOR EACH ROW
BEGIN 
    INSERT INTO user_master_log 
    (user_id, user_name, user_password, user_first_name, user_last_name, user_designation, ministry_id, state_code, agency_code, user_role_id, user_mobile, user_email, user_address, user_status, sys_gen_pwd_status, login_attempt, reset_login_token, updated_by, created, updated, ip_address)

Bazel is one of the key features present in Angular version 8. It always allows you to build CLI applications quickly. Bazel is considered a built tool that is developed and mostly used by Google as it can build applications in any language. The entire Angular framework is built with Bazel. Moreover, Bazel allows you to break an application into different build units which are defined at the NgModule level.

It is the most prominent client-side TypeScript based framework that is mainly used to create dynamic web applications.

Pages